Skip to content

Relationships with Postgres and TypeORM, JWT authenticatio and swagger.

Notifications You must be signed in to change notification settings

jaihan/nestjs-auth-orm-swagger

Repository files navigation

Description

Creating relationships with Postgres and TypeORM, JWT authenticatio and swagger.

Technologies implemented:

Installation

$ npm install

Setting up the database for development

PostgreSQL database connection options are shown in the following table:

Option Development
Host localhost
Port 5432
Username postgres
Password postgres
Database demodb

Running the app

# development
$ npm run start

Swagger API docs

Swagger docs will be available at http://localhost:8000/api/docs/.

About

Relationships with Postgres and TypeORM, JWT authenticatio and swagger.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published