- You need these programs:
- Add the
.env
file
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