Categorygithub.com/PfMartin/wegonice-api
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

  1. Create a .env file similar to the .example.env
  2. Go to ./database and run docker compose up -d to start the wegonice-db
  3. Create a new user, which can be used to connect to the database
make db-create-user`
  1. 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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author