Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 428 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 428 Bytes

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