A OIDC compatible auth system written in NodeJS. Based off of Kakious's AuthCore Projects
Find a file
2024-07-14 20:25:52 -04:00
src feat: inital nestjs push 2024-07-14 20:25:52 -04:00
test feat: inital nestjs push 2024-07-14 20:25:52 -04:00
.eslintrc.js feat: inital nestjs push 2024-07-14 20:25:52 -04:00
.gitignore Initial commit 2024-07-15 00:12:11 +00:00
.prettierrc feat: inital nestjs push 2024-07-14 20:25:52 -04:00
nest-cli.json feat: inital nestjs push 2024-07-14 20:25:52 -04:00
package.json feat: inital nestjs push 2024-07-14 20:25:52 -04:00
pnpm-lock.yaml feat: inital nestjs push 2024-07-14 20:25:52 -04:00
README.md feat: inital nestjs push 2024-07-14 20:25:52 -04:00
tsconfig.build.json feat: inital nestjs push 2024-07-14 20:25:52 -04:00
tsconfig.json feat: inital nestjs push 2024-07-14 20:25:52 -04:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

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

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.