Skip to content

md-ahr/node.js-express-app-api-boilerplate

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 98.3%
  • Dockerfile 1.7%