cp .env.sample .env
go run main.go
Install Air
go install github.com/cosmtrek/air@latest
Run air to start Echo with hot reloading
air
More info at Air Documentation
Added Swagger to document the API
Simple todo application that implements Badger as database and Echo for web framework
Go
cp .env.sample .env
go run main.go
Install Air
go install github.com/cosmtrek/air@latest
Run air to start Echo with hot reloading
air
More info at Air Documentation
Added Swagger to document the API