Skip to content

AKRking/issue-tracker-main

Repository files navigation

Getting Started

This is the completed source code for the issue tracker project we build in my Ultimate Next.js series. You can find the full course here:

https://codewithmosh.com/p/ultimate-nextjs-series

To get started, follow these steps:

  1. Clone this repository to your local machine.
  2. In the project folder, rename .env.example to .env (no period after).
  3. Set all the environment variables according to the instructions I've included in the file. If you don't set them properly, the application is not going to work.
  4. Run npm install to install the dependencies.
  5. Run npx prisma migrate dev to generate your database tables.
  6. Run npm run dev to start the web server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages