Todolist REST API
- Golang v1.20+ , currently i used version 1.21.1
- MariaDB v.10.2+
- migrate
- Git
$ git clone git@github.com:mqnoy/go-todolist-rest-api.git
$ cd go-todolist-rest-api
TODO: Write Get Started
- envconfig - for handle configuration
- GORM - Orm for golang with mysql driver
- go-chi - http server (routing, middleware)
- validator - validator tag based
- logrus - logging
- uuid - uuid
- ??