Skip to content

gentritabazi/nestjs-api-starter

Repository files navigation

Nest Logo

Description

A starter Api for NestJs framework.

Included

  • Auth System.
  • Config Service (To work with .env).
  • Typeorm.
  • Users module.

Typeorm Migrations

Create migration: npm run typeorm:migration:create {name}

Run migrations: npm run typeorm:migration:run

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Author