- You need these programs:
- Add the
.envfile
cp .env.example .env- Create database file
touch prisma/data.db
- Run migrations
yarn prisma migrate dev- Run the seeds
yarn prisma db seed- Start dev server:
yarn dev-
Go to http://localhost:3000/
-
Use these credentials:
- Email:
[email protected] - Password:
letmein
