Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhihao2036/nestjs-fastify-template
A server-side application built with NestJS and uses Fastify.
https://github.com/zhihao2036/nestjs-fastify-template
fastify nestjs template typescript webserver
Last synced: about 9 hours 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T04:47:13.000Z (24 days ago)
- Last Synced: 2025-01-03T05:28:27.353Z (24 days ago)
- Topics: fastify, nestjs, template, typescript, webserver
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nestjs fastify server template
## Deploy
```bash
docker-compose -f docker-compose.yml up -d --builddocker logs -f nestjs-fastify-template-server
```