/2brains-api

Primary LanguageTypeScript

2Brains API

Description

Mentoring Platform

Setup environment variables

$ npm run env:copy

# After this open .env file and setup 
# proper configuration variables 

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