Skip to content

NestJs application with IAM (identity and access management) Fusionauth APP and Postgresql DB

Notifications You must be signed in to change notification settings

alexbridge/ts-nestjs-iam

Repository files navigation

NestJs application with IAM (identity and access management) Fusionauth APP and PostgreSQL DB

What included into Application

Local Development

  1. Start base services, needed for NestJS

    • enter docker/base folder, eg. cd docker/base
    • start docker services make local-start
  2. Run typeorm migrations

    • npm run migration:run
  3. Start NestJS for local development

    • start NestJS in watch mode npm run start:dev
      • Nestjs run at port 3000
  4. Open ./postman/api-user-login.rest in VSCode

    • run requests and check responses

About

NestJs application with IAM (identity and access management) Fusionauth APP and Postgresql DB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published