BusinessEarns-Backend/README.md

1.1 KiB

Nest Logo

Business Earn Backend App

Known Vulnerabilities DeepScan grade

This backend app based on NestJS in intented to respond to a Vue.js/Capacitor mobile app. Users can make Company, and add its earns every days to do statistics, see objectives...

Requirement

  • Node 16.x
  • Npm 8.x

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

If you see a bug or need help, open an issue to explain it.