Skip to content

A simple rust server with SQLite integration to host our waitlist

Notifications You must be signed in to change notification settings

transparentai-tech/rust-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple web server written in rust and Rocket. It's based off the TODO app example. It has built-in sqlite integration, meaning we can host it on any file system or cloud provider without needing database integrations.

It currently only supports adding, removing, and viewing people from a waitlist. You can view the waitlist either by accessing the sqlite database, or by navigating to the index route of the server.

About

A simple rust server with SQLite integration to host our waitlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published