-
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 up
Without Docker
npm install
npm run db:seed
to seed the databasenpm run dev
- Login using any userid and password 123456
- You should be able to see some test courses
Read contributing guidelines to start making contributions