A RESTful API built with Go and Gin framework
APP https://my-little-kanban.vercel.app/ API https://my-little-kanban.herokuapp.com/todos
- Golang
- Gin framework
- mongodb database
- Add todo
- List todos
- Edit Todo
- Delete Todo
- Get todo lists
- Update todo lists cards ordering
Run go get ./...
Inside root folder run go run .