Skip to content

Quizzfly/quizzfly-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published