Dependencies
- chrono Date and time library for Rust.
- serde A generic serialization/deserialization framework.
- serde_json A JSON serialization file format.
- rocket Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
- reqwest higher level HTTP client library.
- rocket_contrib Community contributed libraries for the Rocket web framework.
You can run your project by simply executing cargo run
from project directory. The server should now be up and running at localhost:5000
.
- Test cases
- Remove unused code