Issue Tracker is a modern, full-featured, production-grade issue tracking application built with Next.js (app router), Tailwind, Radix UI, Prisma, and NextAuth.js.
Follow these steps to get started:
.env.example
to .env
.npm install
to install the dependencies.npx prisma
migrate dev to generate your database tables.npm run dev
to start the web server.Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources: