based on letsgetrusty's oxidized rust stack
this project uses rust with the following stack:
- 📚 rust
- 🔨 cargo
- 🚀 rocket
- 📒 surrealdb
Simple, fast, typesafe web framework
New DB that combines features from relational and graph paradigms. SurrealQL is very similar to SQL.
install cargo-watch cargo binstall cargo-watch
run in watch mode cargo watch -c -q -x run
TODO