A standalone API layer for "Six Degrees of" projects, written from scratch to match the requirements of Six Degrees of Frontend.
The program can be started using Cargo.
cargo run --releaseWhen running a full "Six Degrees of" project, you'll likely want to run this as part of your compose.yml.
services:
api:
environment:
- PORT
ports:
- "${PORT}:${PORT}"
db: # ...
frontend: #...Contributions to the project are welcome!