git clone https://github.com/prantomollick/issue-tracker-next.js-app.githttps://dev.mysql.com/downloads/installer/npm iFirst, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
DATABASE_URL="mysql://janedoe:mypassword@localhost:3306/mydb"prisma migrate devNEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""