# README
Simple Task Manager Api
API for simple task manager. Just a practice project
Package used
- gorilla/mux: Used to manage routes
- GoDotEnv: Used to read .env
- PQ: Go postgres driver for Go's database/sql package
Endpoints
In the folder request you have examples of each endpoints
TODO LIST
- Add user with JWT
- Validate that states and user informed for project and task
- Implement SWAGGER for api documentation
- Add Test
- Modify Get Methods of task and project to deliver more information.
# 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