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