mosh-hamedani / issue-tracker

Home Page:https://issue-tracker-pied.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://issue-tracker-pied.vercel.app


Languages

Language:TypeScript 97.6%Language:CSS 1.3%Language:JavaScript 1.0%