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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T18:58:53.000Z (almost 2 years ago)
- Last Synced: 2025-10-27T00:52:04.564Z (8 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
```