Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayllyz/openapi-fastify-petstore

openAPI & Fastify learning project
https://github.com/jayllyz/openapi-fastify-petstore

fastify openapi3 prisma-orm

Last synced: 22 days ago
JSON representation

openAPI & Fastify learning project

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

-