First, run the development server:
yarn install
# or
yarn dev
Prisma Commands
npx prisma init # প্রথমে প্রজেক্টে Prisma সেটআপ
npx prisma migrate dev --name init # ডেটাবেস স্কিমা তৈরি
npx prisma generate # ক্লায়েন্ট জেনারেট
npx prisma db seed # সীড ডেটা ঢোকানো
npx prisma studio # ডেটা ব্রাউজ করার UI
Then, open http://localhost:3000 with your browser to see the result.
Live Demo: https://geopunch.sabbir185.info/
email: [email protected]
password: 123456