https://github.com/jayllyz/openapi-fastify-petstore
openAPI & Fastify learning project
https://github.com/jayllyz/openapi-fastify-petstore
fastify openapi3 prisma-orm
Last synced: about 2 months ago
JSON representation
openAPI & Fastify learning project
- Host: GitHub
- URL: https://github.com/jayllyz/openapi-fastify-petstore
- Owner: Jayllyz
- Created: 2023-06-02T13:53:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T08:32:10.000Z (over 2 years ago)
- Last Synced: 2026-01-14T13:59:09.016Z (5 months ago)
- Topics: fastify, openapi3, prisma-orm
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tech Stack
- Node.js
- TypeScript
- Fastify
- openAPI 3
- Prisma
- PostgreSQL
- Docker
## Run locally
To run these commands you need to install :
[task](https://taskfile.dev/#/installation)
```bash
# Start docker
task docker
# Install dependencies
task install
# Init database
task prisma
# Start server
task dev
```
## API Documentation
-