MortezaPr / Issue-Tracker

An interactive issue tracking application built with Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Issue Tracker

This is an interactive issue tracking application built with Next.js and Prisma. The application features a dynamic table with sortable columns, and leverages Tailwind CSS for responsive design.

Getting Started

First clone this repository to your local machine, change the name of .env.example file to .env file and set the required variables according to your machine.

  • Install the dependencies.
  • Run npx prisma migrate dev to generate your database tables.

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

An interactive issue tracking application built with Next.js


Languages

Language:TypeScript 95.0%Language:JavaScript 4.4%Language:CSS 0.6%