gentritabazi / nestjs-api-starter

💻 NestJs Api Starter.
13 stars 4 forks source link
nestjs-api nestjs-api-starter nestjs-auth nestjs-starter

Nest Logo

Description

A starter Api for NestJs framework.

Included

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