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 🚀🚀🚀
- Host: GitHub
- URL: https://github.com/thecodeorigin/nest-template
- Owner: thecodeorigin
- License: mit
- Created: 2021-07-15T16:10:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T22:42:57.000Z (over 2 years ago)
- Last Synced: 2023-09-21T10:31:23.728Z (over 2 years ago)
- Topics: javascript, nest, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[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.
## 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).