rbikbov / amo-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ npm install

Env variables

# copy variables names then edit values
$ cp .env.example .env

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

# test coverage
$ npm run test:cov

About


Languages

Language:TypeScript 92.2%Language:JavaScript 7.8%