Skip to content

channacy/Chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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