Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 273 Bytes

Simplest REST API on Node.js and Express, tests with Mocha and Chai.

npm start -- run web server with gulp on 8000 port

npm run-script lint -- execute eslint on src/ dir

npm test -- run mocha tests (server must be running)

Note that you need mongodb installed