Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishiosaur/nest-starter

🚀 A minimalist setup to get a NestJS API up and running quickly. Full support for TypeORM & other fun stuff.
https://github.com/rishiosaur/nest-starter

Last synced: 1 day ago
JSON representation

🚀 A minimalist setup to get a NestJS API up and running quickly. Full support for TypeORM & other fun stuff.

Awesome Lists containing this project

README

        

# 📦 NestJS/TypeORM/GraphQL starter

![lint status](https://github.com///workflows/lint/badge.svg)
![format status](https://github.com///workflows/format/badge.svg)
![build status](https://github.com///workflows/build/badge.svg)
![GitHub](https://img.shields.io/github/license//)
![GitHub issues](https://img.shields.io/github/issues//)
![GitHub contributors](https://img.shields.io/github/contributors//)
![GitHub last commit](https://img.shields.io/github/last-commit//)

Stack: NestJS + Typescript + Postgres + Redis + GraphQL.

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## Test

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov
```

## License

`` is [MPL-2.0 licensed](LICENSE).