Skip to content

nestjs, jumpstart, typeorm, jwt, auth, swagger, jest, fishery, faker

Notifications You must be signed in to change notification settings

east2dd/nestjs-jumpstart

Repository files navigation

NestJS Jumpstart

Installation

$ yarn install

Database configuration

Install postgres latest version. Copy .env.example -> .env and config database variables.

$ yarn migration:run

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Open browser and visit localhost:3000/api.

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

nestjs, jumpstart, typeorm, jwt, auth, swagger, jest, fishery, faker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published