Nest framework TypeScript starter repository with azure AD token validation.
$ yarn
$ cp .env.example .env
Don't forget to update .env file with your azure AD credentials.
$ yarn migration:run
# development
$ docker-compose up -d
$ yarn start
# watch mode
$ yarn start:dev