Skip to content

zackforhack/mytasklist_RESTful_NodeJS_Mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mytasklist_MEAN Project

Pre-requisite

You will need to install NodeJS to start the app

API documentation

A very basci CRUD Restful interface:

app home page: localhost:3000

localhost:3000/api/tasks - (http get)this will list all the task in the mongo db instance

localhost:3000/api/task:id - (http get)this will list one task with the specified id in param

localhost:3000/api/task/ - (http post)this will list save one task with the specified id in param

localhost:3000/api/task:id- (http delete)this will list delete one task with the specified id in param

localhost:3000/api/task:id- (http put)this will list update one task with the specified id in param

Well Done! Enjoy the RESTful API:)

About

a simple back-end system using NodeJS, mlab MongoDB instance, and RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published