Skip to content

mehranShG/cerberus

Repository files navigation

Cerberus

Description

User authentication API with Nest framework

Installation

$ npm install

remove example from .env example to access .env files

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

Running documentation

# Generating
$ npx @compodoc/compodoc -p tsconfig.json -s
# Running
$ npx compodoc -s

Contact Me

About

User authentication API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published