Skip to content

sahil-75/ctrl-hack-del-inequality-backend

Repository files navigation

Installation

$ yarn

Env variables

Create a .env file in root directory and

# populate these in .env file
DB_USER=
DB_PASS=
DB_NAME=
JWT_SECRET=

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors