- Clone the repo
- Start Server: Run
python app.py
in project directory - View data with Prisma Studio: Run
npx prisma studio
in project directory. Open the printed url.
- Delete the
database.db
andmigrations
folder - Run
prisma migrate dev --name init
in project directory