Designed by - ME with shadUI
Live preview here

-
Step 1 : Clone the branch
-
Step 2 : Create .env file & add those infos, DATABASE_URL= '' GITHUB_ID= "" GITHUB_SECRET="" You can configure your Github id & secret on settings.
-
Step 3: this project is using postgresql you can create an account on Neon https://neon.tech/
-
migrate the data base with this commande : npx prisma migrate dev
-
to add data on your data base i implemented a seed to get fake data run this command: npx prisma db seed
-
you can now install the dependencies with npm install then npm run dev