Skip to content

REST APIs for MEAN ( MongoDB, Express, AngularJS, NodeJS ) Stack

Notifications You must be signed in to change notification settings

motyar/rest_api_mean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#REST API using NodeJS, Express and MongoDB.

Installation

    git clone https://github.com/motyar/rest_api_mean
    cd rest_api_mean
    npm install
    node server.js

Nothing but (cute) Pandas

GET /api/pandas to get all the pandas.

GET /api/pandas/panda_id to get that panda's info

POST /api/pandas to add new panda

DELETE /api/pandas/panda_id to remove that one panda.

PUT /api/pandas/panda_id to update details

About

REST APIs for MEAN ( MongoDB, Express, AngularJS, NodeJS ) Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published