This is the completed source code for the issue tracker project we build in my Ultimate Next.js series. You can find the full course here:
https://codewithmosh.com/p/ultimate-nextjs-series
To get started, follow these steps:
npm install
to install the dependencies.npx prisma migrate dev
to generate your database tables.npm run dev
to start the web server.