The main branch contains a final version of the application similar to the one built in the "Full Stack apps with Next.js 14" course.
After cloning the repo, execute the following commands:
- Install the project's dependencies:
npm install
- Sync the Prisma schema with database
npx prisma migrate dev
- Run the app
npm run dev