Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 512 Bytes

File metadata and controls

20 lines (13 loc) · 512 Bytes

node.js-express-app-api-boilerplate

Boilerplate for creating the Node.js RESTful API using Express.js

www.codesquery.com

You can use this repo as a boilerplate for building the node.js RESTful API using the express.js framework.

Setup Instruction

Follow Below steps to start the app

  1. open terminal and go to your working directory
  2. git init
  3. git remote add https://github.com/hisachin/node.js-express-app-api-boilerplate.git
  4. git pull origin master

Start Server

  1. npm install
  2. npm start