docker-compose upUse the bruno examples in the docs folder to test the system
Start in dev mode
DEBUG=True go run .Install swag by using:
go install github.com/swaggo/swag/cmd/swag@latestRun swag init in the project's root folder which contains the main.go file. This will parse your comments and generate the required files (docs folder and docs/docs.go).
swag init- Update the
sqlc.yamlfile with the correct connection string - Update the
schema.sqlfile with the correct schema - Update the
queries.sqlfile with the correct queries
sqlc generateMake sure the generated types still work ;)
First run
touch traefik/acme.json
chmod 600 traefik/acme.jsonThen run
docker compose up