I built this test Web-API application using the Rocket framework for Rust. It exposes 2 endpoints.
- / - main web-template route
- /todo - json route
- Rust Nightly - Install instuctions
curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly
- cd into main directory
- type
cargo run
in bash/shell to run web/api app - open
http://localhost:8000/
in web-browser