Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 248 Bytes

File metadata and controls

18 lines (11 loc) · 248 Bytes

RESTful API with NodeJS

Initialisation

npm init npm install express npm install gulp npm install gulp-nodemon

To run the server

Create configuration in gulpfile.js

Run gulp

npm install mongoose --save

npm install body-parser --save