An open API service indexing awesome lists of open source software.

https://github.com/thecodeorigin/nest-template

A NestJS boilerplate for enterprises with modular folder structure using classes and OOP, TypeORM SQL configuration with jwt authenticated and many more 🚀🚀🚀
https://github.com/thecodeorigin/nest-template

javascript nest nestjs nodejs typescript

Last synced: 10 months ago
JSON representation

A NestJS boilerplate for enterprises with modular folder structure using classes and OOP, TypeORM SQL configuration with jwt authenticated and many more 🚀🚀🚀

Awesome Lists containing this project

README

          


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us

## Contents

- [Contents](#contents)
- [Description](#description)
- [Requirement](#requirement)
- [Prerequisite](#prerequisite)
- [Install all the project dependencies](#install-all-the-project-dependencies)
- [Sync database migration](#sync-database-migration)
- [Seeding database](#seeding-database)
- [Running the app](#running-the-app)
- [Special commands](#special-commands)
- [Test (Coming soon)](#test-coming-soon)
- [Support](#support)
- [Stay in touch](#stay-in-touch)
- [NestJS authors](#nestjs-authors)
- [TheCodeOrigin authors](#thecodeorigin-authors)
- [License](#license)

## Description

This is a project template built on [Nest](https://github.com/nestjs/nest) framework. Built by members of TheCodeOrigin team.

## Requirement

- [Git](https://git-scm.com/downloads)
- [Pnpm](https://pnpm.io/)
- [NodeJS](https://github.com/nvm-sh/nvm)
- [Docker](https://www.docker.com/)

## Prerequisite

### Install all the project dependencies

```bash
# Install package using pnpm
$ pnpm install

# Install Husky git hook to run precommit
$ pnpm prepare-husky
```

## Running the app

```bash
# Build the project for production
$ pnpm build

# Developement
$ pnpm serve

# Production (After build)
$ pnpm start
```

## Stay in touch

### TheCodeOrigin authors

- Author - [Nguyen Quang Tu](https://www.linkedin.com/in/quangtudng/)
- Partner - [Nguyen Huu Nguyen Y](https://www.linkedin.com/in/nguyen-y-nguyen-huu-472404185/)

## License

Nest is [MIT licensed](LICENSE).