268 B
268 B
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