/todo_badger

Simple todo application that implements Badger as database and Echo for web framework

Primary LanguageGo

Develop

⚒️ Setup environment variables

cp .env.sample .env

🏃 Run Locally without "Hot Reloading"

go run main.go

♻️ Enable Hot Reloading

Install Air

go install github.com/cosmtrek/air@latest

Run air to start Echo with hot reloading

air 

More info at Air Documentation

Documentation

Added Swagger to document the API