A simple projects management application.
This is my solving for the first challenge of the Bootcamp GoStack course.
More informations in Rocket Seat repository.
POST /projects
: Add a new project with or without tasksPOST /projects/:id/tasks
: Add tasks in the project with the respective IDPOST /projects/:id
: Rename the project with the respective IDGET /projects
: List all the projectsGET /projects/:id
: List one projectDELETE /projects/:id
: Delete the project with the respective ID
This project is licensed under MIT license. See the LICENSE file.