Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 861 Bytes

readme.md

File metadata and controls

45 lines (29 loc) · 861 Bytes

Node Api deployed in Heroku

Pipeline Coverage Status MIT Licensed

Dependencies

  • express
  • supertest
  • jest

Install Dependencies

npm install

Url Heroku

https://node-api-heroku-lm.herokuapp.com/

Running project

npm start

The project will be available in http://localhost:3000

Running tests

npm test

Running tests to generate covarage

npm run test:ci

License

MIT License