Skip to content

YoubaImkf/nest-auth-api

Repository files navigation

Nest Logo

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

API Description 🚀🤖

The API provides authentication functionalities for user registration, login, and token validation. It allows users to register with a unique email address and password, authenticate themselves via login credentials, and validate access tokens for authorized endpoints.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

sample-api-swagger

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Logic

nest-auth-api logic schema