Backend of the Business Earn app, designed to declare all earns per day and do statistics.
Go to file
Bucaille Thommy 4904ae5b45 update 2022-03-04 00:55:56 +01:00
src add dotenv 2022-01-19 01:46:59 +01:00
test Can't use CASL, using custom perms 2022-01-14 19:42:14 +01:00
.eslintrc.js first commit 2022-01-12 20:17:13 +01:00
.gitignore Connection to database ok with env vars 2022-01-12 22:00:51 +01:00
.prettierrc first commit 2022-01-12 20:17:13 +01:00
README.md Update README.md 2022-01-14 21:20:10 +01:00
nest-cli.json first commit 2022-01-12 20:17:13 +01:00
package-lock.json update 2022-03-04 00:55:56 +01:00
package.json Merge branch 'main' into snyk-upgrade-e476e653763edf9d5c2796d6130b014e 2022-02-15 11:00:22 +01:00
tsconfig.build.json first commit 2022-01-12 20:17:13 +01:00
tsconfig.json Added Swagger and Helmet 2022-01-13 00:44:21 +01:00

README.md

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.