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.
git clone [email protected]:wprk/auth.git
cd auth
npm install
cp .env.example .env
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
This repository is open to contributions, but I recommend creating an issue or commenting to let me know what you are working on first.
- Author - Will Parker
- Twitter - @wprk14