Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 470 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 470 Bytes

Chronos

A ticket support system used to create, edit, delete, and close tickets.

Tech Stack

Client: NextJS, shadcdn

Server: Vercel Postgres

Database: PostgreSQL

Run Locally

Clone the project

  git clone https://github.com/channacy/Chronos.git

Go to the project directory

  cd client

Install dependencies

  npm install
  npx prisma generate

Start the server

  npm run dev