• Stars
    star
    207
  • Rank 189,769 (Top 4 %)
  • Language
    TypeScript
  • Created about 1 year ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.