Follow these steps to run the project locally:
Create a copy of the .env.template
file and rename it to .env
, then update your environment variables.
Run the following command:
npm install
Make sure Docker is running:
docker compose up -d
npx prisma migrate dev
Run the following command to populate the database with initial data:
npm run seed
npm run dev
The app should now be running on http://localhost:3000