This is a Full stack App created for issue tracker using Next.JS, Tailwind CSS, Prisma ORM, Radix UI and MySQL DB
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devSecond, run the MySQL server locally and add the URL using the .env file (see .env.example file for reference)
Open http://localhost:3000 with your browser to see the result. Tutorial reference: https://www.youtube.com/watch?v=J9sfR6HN6BY