Simple REST API Assignment as part of Chulalongkorn 2110521 Software Architecture course.
- rust+cargo: https://rustup.rs/
To run the server, execute the following command in repo folder:
cargo run --release
Server will begin to serve on port 8000.
After starting server, open these route:
/docs
: OpenAPI documentation in UI form/docs-json
: OPenAPI documentation in JSON form