Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanadolps/swarch_rest
Simple REST API Assignment as part of Chulalongkorn 2110521 Software Architecture course.
https://github.com/thanadolps/swarch_rest
openapi poem rest-api rust
Last synced: 12 days ago
JSON representation
Simple REST API Assignment as part of Chulalongkorn 2110521 Software Architecture course.
- Host: GitHub
- URL: https://github.com/thanadolps/swarch_rest
- Owner: thanadolps
- Created: 2023-09-06T03:09:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-06T03:09:19.000Z (over 1 year ago)
- Last Synced: 2024-12-08T18:49:48.014Z (15 days ago)
- Topics: openapi, poem, rest-api, rust
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SWArch REST
Simple REST API Assignment as part of Chulalongkorn 2110521 Software Architecture course.
## Pre-requisite
- rust+cargo: https://rustup.rs/
## Running
To run the server, execute the following command in repo folder:
```bash
cargo run --release
```Server will begin to serve on port 8000.
## Documentation
After starting server, open these route:
- `/docs`: OpenAPI documentation in UI form
- `/docs-json`: OPenAPI documentation in JSON form