https://github.com/dxheroes/nestjs-rtr
Bootstrapped, pre-configured, and applied with the best practices for Developer Experience. The fastest way to reliably start any Nest.js project!
https://github.com/dxheroes/nestjs-rtr
Last synced: about 2 months ago
JSON representation
Bootstrapped, pre-configured, and applied with the best practices for Developer Experience. The fastest way to reliably start any Nest.js project!
- Host: GitHub
- URL: https://github.com/dxheroes/nestjs-rtr
- Owner: DXHeroes
- License: mit
- Created: 2021-02-26T12:35:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:44:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T19:52:35.107Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 113 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nest.js Ready-To-Run (RTR) Template
This is a quick start template for you & your team to bootstrap the next project! Simply clone it, follow the Quick Setup guide, and it will be ready to run.
## What is pre-packaged in this template?
We have bootstrapped this with our knowledge of the best practices and the following tech stack:
- [Nest.js](https://github.com/nestjs/nest)
- [TypeScript](https://github.com/microsoft/TypeScript)
- [PostgreSQL](https://github.com/postgres/postgres)
- [TypeORM](https://github.com/typeorm/typeorm)
- [Yarn](https://github.com/yarnpkg/yarn)
- [Github Actions](https://docs.github.com/en/actions)
- [DX Scanner](https://dxscanner.io/)## Quick Setup
```bash
$ yarn install$ touch .env
$ cat .env.example > .env
$ yarn start:dev
```## Test
```bash
# e2e tests
$ yarn test:e2e
```## Use DX Scanner with your repository to maximize your Developer Experience
Use can also integrate this repository with the [DX Scanner](https://dxscanner.io/) using this [guide](https://dxscanner.io/documentation/how-to-integrate-dx-scanner-into-github-ci)