Skip to content

Praxis-Team3/back-end

Repository files navigation

backend-final-project

Accesing the app

You can find the working app here

Description

PSL SAP backend project

Requirements

  • node: 8.12.0
  • npm: 6.4.1

Running the app

Install dependencies

$ npm install

Development mode

$ npm run start

Watch mode (development)

$ npm run start:dev

Production mode

npm run start:prod

Test

Unit testing

$ npm run test

End to end (e2e) tests

$ npm run test:e2e

Test coverage

$ npm run test:cov

Deployment

git push heroku master