Skip to content

diaspd/task-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task CRUD

Methods   |    Technologies   |    Project   


🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/diaspd/task-crud.git
$ cd 

Installation

$ npm install

Running the app

# development
$ npm run dev

The app will be available on http://localhost:3333

To run stream node ./src/streams/csv-import.js

🌐 Methods:

  • 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



💻 Technologies

This project was developed with the following technologies:

  • Nodejs
  • Java Script

📄 Project

💰 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 🤩

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published