Skip to content

chrisvasqm/issue-tracker

Repository files navigation

Issue Tracker

Project that is part of the second NextJS course from Mosh Hamedani.

Getting started

  1. Install MySQL on your machine.
  2. Make a copy of the example.env file named .env.
Key Description
DATABASE_URL URL of the local/remote MySQL database instance
NEXTAUTH_URL URL of the local/remote NextAuth instance
NEXTAUTH_SECRET Random string value
GOOGLE_CLIENT_ID String value from the Google OAuth console
GOOGLE_CLIENT_SECRET String value from the Google OAuth console
  1. Run npm install to download all project's dependencies.
  2. Run npm run dev to startup the app.