Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.53 KB

File metadata and controls

55 lines (38 loc) · 1.53 KB

Issue Tracker - A Nextjs Application.

Table of contents

Overview

Screenshot

Links

My process

Built with

Useful resources

Get started

  • 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 in the file. If you don't set them properly, the application will not 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.

Author