Skip to content

ngdnghia28/tbv-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ef7c20 Β· Sep 9, 2020
Mar 24, 2019
Oct 22, 2019
Jul 23, 2020
Aug 29, 2020
Jun 22, 2020
Jul 20, 2020
Dec 7, 2019
Mar 24, 2019
Aug 29, 2020
Mar 24, 2019
Feb 27, 2019
Jul 19, 2019
Dec 26, 2019
Jun 18, 2020
Jun 22, 2020
Jul 20, 2020
Apr 11, 2020
May 23, 2020
Jun 22, 2020
Sep 9, 2020
Feb 27, 2019
Jun 22, 2020
Feb 28, 2019
Jul 12, 2020
Sep 9, 2020

Repository files navigation

Awesome NestJS v7 Boilerplate

Awesome NestJS

This is an ever-evolving, very opinionated architecture and dev environment for new node projects using NestJS. Questions, feedback, and for now, even bikeshedding are welcome. πŸ˜„

Getting started

# 1. Clone the repository or click on "Use this template" button.
git clone https://github.com/NarHakobyan/awesome-nest-boilerplate.git my-new-project

# 2. Enter your newly-cloned folder.
cd my-new-project

# 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install)
yarn

# 4. Run development server and open http://localhost:3000
yarn start:dev

# 5. Read the documentation linked below for "Setup and development".

Features

Quick scaffolding
Create modules, services, controller - right from the CLI!
Instant feedback
Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes are reflected instantaneously.
JWT Authentication
Installed and configured JWT authentication.
Next generation Typescript
Always up to date typescript version.
Industry-standard routing
It's natural to want to add pages (e.g. /about`) to your application, and routing makes this possible.
Environment Configuration
development, staging and production environment configurations
Swagger Api Documentation
Already integrated API documentation. To see all available endpoints visit http://localhost:3000/documentation
Linter
eslint + prettier = ❀️

Documentation

This project includes a docs folder with more details on:

  1. Setup and development
  2. Architecture

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published