# README
GoTodoList REST API
Todolist REST API
Prerequisites
- Golang v1.20+ , currently i used version 1.21.1
- MariaDB v.10.2+
- migrate
- Git
Clone the project
$ git clone [email protected]:mqnoy/go-todolist-rest-api.git
$ cd go-todolist-rest-api
Get Started
TODO: Write Get Started
Library that i use
- 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
TODO
- ??
Postman Collection
Contributor
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author