modulepackage
0.0.0-20240604201716-1477e50842ec
Repository: https://github.com/pfmartin/wegonice-api.git
Documentation: pkg.go.dev
# README
wegonice-api
API for vegan recipes
Initial Database Setup
- Create a
.env
file similar to the.example.env
- Go to
./database
and rundocker compose up -d
to start the wegonice-db - Create a new user, which can be used to connect to the database
make db-create-user`
- Now you can connect to the authentication database with
make db-connect
Create swagger documentation
- Install swag with
make get-swag
- Generate swagger documentation with
make docs
- Documenation is accessible on the route
{basePath}/docs/index.html