This project is a monorepo that contains multiple yarn workspaces :
backend is a NestJS 9 application that serves a GraphQL API
frontend is a React 18 application wite Vite
The application services are using a PostgreSQL 14 database You can launch db with docker-compose in the backen d directory of the project
$ docker-compose up