Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.23 KB

Node.js Express API Scaffold

Build Status Code Climate Dependency Status devDependency Status

Setup

Requirements

MongoDB

Node.js

Install dependencies

$ [sudo] npm install

or

$ yarn

Launching

First start MongoDB if you don't have a running instance

$ mongod

Development

$ npm start

or use nodemon

$ npm run dev

Production

$ node bin/www

Running Example

License

Licence