Go to file
minicx b7db98bbfc ... 2023-03-05 11:03:23 +03:00
src ... 2023-03-05 11:03:23 +03:00
.development.env Added JWT login 2023-03-04 12:36:16 +03:00
.eslintrc.js first init 2023-03-03 21:40:36 +03:00
.gitignore first init 2023-03-03 21:40:36 +03:00
.prettierrc Changed formatting and enabled Cors 2023-03-03 23:07:38 +03:00
.production.env Added JWT login 2023-03-04 12:36:16 +03:00
LICENSE Initial commit 2023-03-03 18:41:54 +00:00
README.md ... 2023-03-03 21:46:08 +03:00
nest-cli.json first init 2023-03-03 21:40:36 +03:00
package.json now linkers ordering by creatin time to newest one 2023-03-04 20:08:25 +03:00
tsconfig.build.json first init 2023-03-03 21:40:36 +03:00
tsconfig.json first init 2023-03-03 21:40:36 +03:00

README.md

=======

V8_Backend

Description

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

License

MIT licensed.