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

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.

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 --build

docker logs -f nestjs-fastify-template-server
```

## Swagger

### URL

[http://localhost:8080/docs-api](http://localhost:8080/docs-api)

## Requirements

- Nodejs v20 or higher