This is rest API build in golang , following golang best practices
This Repo will have rest apis for simple todo application.
- Create a todo with title and completed status in mysql db
- Find and updatevtodo's title and completed status in mysql table
- Get List of todo created in system in desending order of id
- Find todo from DB from id
- Find and delete a TODO
cd <root path>
go run main.go
access site on: http://localhost:9090/
- Add tests for more cases
- Add documentation
- Add Authentication
- Update Logging