Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 5 KB

README.md

File metadata and controls

84 lines (62 loc) · 5 KB

Nest logo TypeORM logo PostgreSQL logo Jest logo Prettier logo ESLint logo

A NestJS boilerplate for starting a new project faster.

Build & run test passing renovate enabled supported by vndevteam

Description

Quizzfly Server [NestJs]

Getting started

# Create environment variables file.
cp .env.example .env

# Install dependences.
npm install

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change configurations in .env
  • Remove the .github folder which contains the funding info
  • Clean up the README.md file

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# Generate a module(resource)
$ nest g res modules/$name_module

Features

More documentations

Please read the docs. It contains the details about the project structure, conventions, and more.

References

Support

Discuss on Github