Books-API
An api for managing books, book clubs, and their members.
Start the API
Use the following command to start the API:
go run ./cmd/main.go
The API should be running on port 8080
.
Or use the start script:
chmod +x ./start.sh
./start.sh
Using NixOS
There is a flake setup for this repo. To use it run the following command:
nix develop