API to management projects and our tasks
Project from the first challenge of rocketseat
GoStack10 - RocketSeat
Node.js
ExpressJS
git clone https://github.com/PauloFelipeM/MyProjects.git
cd /myprojects/ -> "npm install" or "yarn install"
Inside folder of the project run: "yarn dev" or "npm run dev"
Method: GET
URL EXEMPLE: http://myapi.com/projects
Method: GET
URL EXEMPLE: http://myapi.com/projects/{project_id}
Method: POST
URL EXEMPLE: http://myapi.com/projects
Body request: id, title
Method: DELETE
URL EXEMPLE: http://myapi.com/projects/{project_id}
Body request: title
Method: DELETE
URL EXEMPLE: http://myapi.com/projects/{project_id}
Method: POST
URL EXEMPLE: http://myapi.com/projects/{project_id}/tasks
Body request: title
This project is under the MIT license.
Created by Paulo Felipe Martins