- NodeJs - Web Server.
- ExpressJs - Server framework.
- MongoDb - Database.
- Babel - ES6 Javascript compiler.
- Eslint - Javascript code and syntax linter (Airbnb style guide was implemented on this project).
- Jest - Delightful JavaScript Testing.
- Supertest - Javascript Assertion Library.
- Coveralls - Test Coverage History & Statistics.
- Clone this repo with
git clone https://github.com/willyserge/notes-keeper_backend.git
- Run
npm install
to install dependencies. - Run
npm run test
to test and check test coverage status . - Run
npm run dev
to start the server