Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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