Skip to content

adreaskar/nextjs-intro-app

Repository files navigation

Full Stack apps with Next.js 14

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:

  1. Install the project's dependencies:
npm install
  1. Sync the Prisma schema with database
npx prisma migrate dev
  1. Run the app
npm run dev