Skip to content

A tasks REST API crud using Nodejs, Mongodb and Modern Javascript with Babeljs

Notifications You must be signed in to change notification settings

fazt/nodejs-mongodb-tasks-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks NodeMongoose API

[Discord

This project is a REST API for managmenent Tasks. Develped using:

  • Nodejs
  • Express
  • Mongodb
  • Mongoose

The idea is to use this example in frontend applications.

Endpoints

GET	api/tasks	get all Tasks
GET	api/tasks/:id	get Task by id
POST	api/tasks	add new Task
PUT	api/tasks/:id	update Task by id
DELETE	api/tutorials/:id	remove Task by id
DELETE	api/tutorials	remove all Tasks
GET	api/tutorials/published	find all published Tasks
GET	api/tutorials?title=[kw]	find all Tasks which title contains 'kw'

Run the Project

In development

npm run dev

More Info

faztweb.com

About

A tasks REST API crud using Nodejs, Mongodb and Modern Javascript with Babeljs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published