Skip to content

A simple projects management application for the first challenge of the Bootcamp GoStack course

License

Notifications You must be signed in to change notification settings

DaviCarvalho5/bootcamp-gostack-desafio-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bootcamp GoStack – Challenge 01

GitHub license GitHub repo size Twitter

A simple projects management application.

This is my solving for the first challenge of the Bootcamp GoStack course.

More informations in Rocket Seat repository.

Routes

  • POST /projects: Add a new project with or without tasks
  • POST /projects/:id/tasks: Add tasks in the project with the respective ID
  • POST /projects/:id: Rename the project with the respective ID
  • GET /projects: List all the projects
  • GET /projects/:id: List one project
  • DELETE /projects/:id: Delete the project with the respective ID

⚖ License

This project is licensed under MIT license. See the LICENSE file.

About

A simple projects management application for the first challenge of the Bootcamp GoStack course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published