First, install project dependencies :
npm i or npm install
Next, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
The npx prisma studio
command opens the Prisma Studio, a graphical user interface (GUI) for your database.
To undo migrations in Prisma, you can use the following command :
npx prisma migrate reset
Update database:
npx prisma generate > npx prisma db push