/backend

Primary LanguageTypeScript

Nest Logo

Description

Auth Service allow user login, register and get list user

Installation

$ npm install

Before starting

  1. Prepare the internal infrastructure environment in README

  2. Init dependency

$ npm install
  1. Create .env in root path to define environment variable, see env-example

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

Swagger API interface

${APP_URL}/api