Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ✨
- Host: GitHub
- URL: https://github.com/sherbolotarbaev/nestfastifyapp
- Owner: sherbolotarbaev
- Created: 2024-06-01T23:58:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T18:58:53.000Z (5 months ago)
- Last Synced: 2024-08-09T20:18:45.682Z (5 months ago)
- Topics: fastify, nestjs, prisma
- Language: TypeScript
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```