cp .env.example .env
go get -v ./...
go get -u github.com/swaggo/swag/cmd/swag
swag init
docker-compose up -d
go run db/migrate.go
install godotenv on your machine
go get github.com/joho/godotenv/cmd/godotenv
and then run tests with godotenv command
godotenv go test ./... -count=1
use flag -count=1 to clear cache
go fmt ./...
go get -u github.com/cosmtrek/air
type "air" in your command-line
go run main.go