Skip to content

danielrohers/nodejs-express-api-scaffold

Repository files navigation

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