kirill-a / rest-api-node

Simple REST API on Node.js and Express with tests on Mocha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple REST API on Node.js and Express with tests on Mocha


Languages

Language:JavaScript 100.0%