Skip to content

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

Notifications You must be signed in to change notification settings

phanorcoll/todo_badger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages