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

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!

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)