Skip to content

wprk/auth

Repository files navigation

Description

A simple authentication service written in TypeScript using the Nest framework.

This repository can be used in conjuction with my account service to build out a full login / registration system.

Installation

git clone git@github.com:wprk/auth.git
cd auth
npm install
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

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

Contributions

This repository is open to contributions, but I recommend creating an issue or commenting to let me know what you are working on first.

Stay in touch

License

MIT licensed.

About

Simple NestJS Authentication Server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors