code100x / cms
- пятница, 12 апреля 2024 г. в 00:00:05
Docker
OR
Copy .env.example to .env
Get a postgres db from https://neon.tech/ (or any other provider)
Replace the DATABASE_URL in .env
Run npx prisma migrate dev to setup schema
With Docker
docker compose upWithout Docker
npm installnpm run db:seed to seed the databasenpm run devRead contributing guidelines to start making contributions