Categorygithub.com/AmonFla/simple-task-manager-api
modulepackage
0.0.0-20220309173633-4e43bb944b93
Repository: https://github.com/amonfla/simple-task-manager-api.git
Documentation: pkg.go.dev

# 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