This is the API that any of NetSoc's tools can use to figure out what events are happening in the NetSoc calender. For example; our Website or Discord Bots.
Note: Listens on port 8080
cargo build --release`
docker compose up --build
run docker cp {INSERT CONTAINER ID HERE}:/app/db/database.db database-{INSERT CURRENT DATE HERE}.db
- Run
docker compose up