Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sherbolotarbaev/nestfastifyapp

NestJS & Fastify boilerplate ✨
https://github.com/sherbolotarbaev/nestfastifyapp

fastify nestjs prisma

Last synced: about 2 months ago
JSON representation

NestJS & Fastify boilerplate ✨

Awesome Lists containing this project

README

        

# NestFastifyApp
NestJS & Fastify boilerplate ✨

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

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

## Test

```bash
# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

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