Skip to content

Prakhil-tp/simple-nestjs-auth

Repository files navigation

Simple signIn/signUp using nestjs

Description

This application serves APIs for user sign-up and sign-in functionalities.

Endpoints

POST /auth/sign-up
POST /auth/sign-in

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

License

Nest is MIT licensed.

About

A nestjs boilerplate with auth service added

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published