Lopliok / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS boilerplate

Description

Boilerplate application from this tutorial.

Installation

$ npm install
$ docker-compose up -d
$ prisma deploy

Running the app

# development
$ JWT_SECRET=secret npm run start

# watch mode
$ JWT_SECRET=secret npm run start:dev

# production mode
$ JWT_SECRET=secret npm run start:prod

License

Nest is MIT licensed.

About

License:MIT License


Languages

Language:TypeScript 99.8%Language:Dockerfile 0.2%