Akhil-EM / machine-test-ateam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename .env.eg to .env

Remove packages from packages.json according to your database needs

Visit http://localhost:PORT/documentation for swagger documentation.

Run

$ 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

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%