Skip to content

MathildeDuboille/nestjs-authentication

Repository files navigation

Description

Nest framework TypeScript starter repository with azure AD token validation.

Installation

$ yarn
$ cp .env.example .env

Don't forget to update .env file with your azure AD credentials.

Running the migrations

$ yarn migration:run

Running the app

# development
$ docker-compose up -d
$ yarn start

# watch mode
$ yarn start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published