Start MySQL database and create a databases named flipit into it.
Create a .env file exactly same as .env.example and modify the DATABASE_URL
Note: to set the DATABASE_URL in corrent way, please refer to prisma docs
Run npx prisma migrate dev --name init to create prisma migrations and deploy it on database