This repository has been archived on 2026-01-31 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
85d66215a782220a0fc2b1999463a1f8d711f18b
Commands
Copy .env.example to .env
cp .env.example .env
Run database on Docker
docker-compose up
Apply Prisma migrations
yarn migrate
Generate Prisma client
yarn generate
Run the server
yarn dev
Description
Languages
TypeScript
97.2%
CSS
1.4%
JavaScript
0.6%
Shell
0.5%
Dockerfile
0.3%