Skip to content

Node.js is a simple and powerful tool for back-end development. When combined with express, you can create lightweight, fast, scalable APIs quickly and simply. which will walk through how to stand up a lightweight Express server serving truly RESTful services using Node.js, Mongoose, and MongoDB. We will implement all of the RESTful verbs to get…

License

Notifications You must be signed in to change notification settings

akshaymittal143/BookAPI-Web-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Web Services with Node.js and Express

StackShare Build Status NPM version Dependency Status devDependency Status

Getting Started

  • npm start Will begin the server process using Nodemon.
  • gulp Gulp should open a new browser window for you, but if it doesn't, just point your browser to: localhost:8000

Dependencies

  • node.js
  • express
  • mongoDB
  • gulp
  • mocha -sinon
  • supertest

To Run tests

  • npm test

Setting up database

About

Node.js is a simple and powerful tool for back-end development. When combined with express, you can create lightweight, fast, scalable APIs quickly and simply. which will walk through how to stand up a lightweight Express server serving truly RESTful services using Node.js, Mongoose, and MongoDB. We will implement all of the RESTful verbs to get…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published