A ticket support system used to create, edit, delete, and close tickets.
Client: NextJS, shadcdn
Server: Vercel Postgres
Database: PostgreSQL
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