Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 421 Bytes

API Boilerplate

A reasonable starting point for creating RESTful API services in Node.js

Deployment Instructions

  1. Install Node.js/NPM
  2. Install MongoDB
  3. Grab the dependencies: npm install
  4. Run npm start

Development Guidelines