- go lang version 1.19
- docker/docker-compose
update .env file in the directory root with db credentials
go mod download
go run main.go
Find the swagger UI in http://localhost:3000/swagger/index.html
use
$GOPATH/bin/swag init
or
swag init
to generate swagger files
to start the application using docker-compose
run
docker-compose up
to stop, use
docker-compose down