Skip to content

aliharis9/nestjs-typeorm-graphql-boilerplate

 
 

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Run auth seed

# create one user and two roles
$ npm run app:seed create:pre-auth

Running the app

# development
$ npm run start $appName

# watch mode
$ npm run start:dev $appName

# production mode
$ npm run start:prod $appName

Running & building app in dockerized environment

# development in watch mode
$ APP_NAME=$appName docker-compose up

# production mode
$ APP_NAME=$appName docker-compose -f docker-compose.prod.yml up

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • JavaScript 1.0%