https://github.com/zhihao2036/nestjs-fastify-template
A server-side application built with NestJS and uses Fastify.
https://github.com/zhihao2036/nestjs-fastify-template
docker docker-compose fastify nestjs pino template typeorm typescript webserver
Last synced: about 1 month ago
JSON representation
A server-side application built with NestJS and uses Fastify.
- Host: GitHub
- URL: https://github.com/zhihao2036/nestjs-fastify-template
- Owner: zhihao2036
- License: mit
- Created: 2024-11-27T08:54:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T11:25:21.000Z (about 2 months ago)
- Last Synced: 2025-03-03T12:27:21.446Z (about 2 months ago)
- Topics: docker, docker-compose, fastify, nestjs, pino, template, typeorm, typescript, webserver
- Language: TypeScript
- Homepage:
- Size: 431 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nestjs fastify server template
## Description
This is a template for a Nestjs fastify server.
### Features
- Nestjs
- Fastify
- TypeORM
- IoRedis
- Pino
- Docker
- Swagger
- TypeScript### Database
- MySQL v8.0
- Redis## Getting started
### Installation
```bash
pnpm install
```### Development
```bash
pnpm run start
```### Deploy
```bash
docker-compose -f docker-compose.yml up -d --builddocker logs -f nestjs-fastify-template-server
```## Swagger
### URL
[http://localhost:8080/docs-api](http://localhost:8080/docs-api)
## Requirements
- Nodejs v20 or higher