Skip to content

gentritabazi/nestjs-api-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

💻 NestJs Api Starter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors