Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 734 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 734 Bytes

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