Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danny-dasilva/ts-fastify-openapi
Test repo
https://github.com/danny-dasilva/ts-fastify-openapi
Last synced: 25 days ago
JSON representation
Test repo
- Host: GitHub
- URL: https://github.com/danny-dasilva/ts-fastify-openapi
- Owner: Danny-Dasilva
- Created: 2023-01-29T14:55:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T17:14:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T14:16:53.108Z (8 months ago)
- Language: TypeScript
- Size: 19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastify-Prisma-Typescript-Starter
This is a starter using:
- Fastify 3 with Typescript
- Fastify-Swagger with Openapi 3.0
- Typebox
- Prisma 2
- Postgresql## Requirements
Docker / Docker-Compose
### Build
```bash
make build
```### Start
```bash
make start
```## Known Issues
- currently TypeRefs for Typebox are experimental, but I wanted to have this to support reference for schemas instead of using inline schemas.
- fastify-swagger is missing the typing for refResolver - I extended the interface to circumvent this issue (https://github.com/fastify/fastify-swagger/issues/501)