Methods | Technologies | Project
Clone the project and access the folder.
$ git clone https://github.com/diaspd/task-crud.git
$ cd
$ npm install
# development
$ npm run dev
The app will be available on http://localhost:3333
To run stream node ./src/streams/csv-import.js
- GET:
http://localhost:3333/tasks
- POST:
http://localhost:3333/tasks
(passing on body of the requisition: {title="task title", description="task description"}) - DELETE:
http://localhost:3333/tasks/:id
- PUT:
http://localhost:3333/tasks/:id
(passing on body of the requisition: {title="task title", description="task description"}) - PATCH:
http://localhost:3333/users/:id/complete
This project was developed with the following technologies:
- Nodejs
- Java Script
💰 A project node to create tasks, delete, update and filter them.
Made with ♥ by Pedro Dias. 👋 Follow me on social media!
If you can give a little star, I appreciate it 🤩