Boilerplate for creating the Node.js RESTful API using Express.js
You can use this repo as a boilerplate for building the node.js RESTful API using the express.js framework.
Follow Below steps to start the app
- open terminal and go to your working directory
- git init
- git remote add https://github.com/hisachin/node.js-express-app-api-boilerplate.git
- git pull origin master
- npm install
- npm start