Rust restfull example with JTW
- Install rust
curl https://sh.rustup.rs -sSf | sh
- Install nightly version
rustup install nightly
- Set nightly version as default for our project
rustup override set nightly
- Copy .env.example to .env
- Configure DB Conection to your mongodb server
- You can create a free mongodb account in mlab.com
- Execute
cargo run