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.gitGo to the project directory
cd clientInstall dependencies
npm install npx prisma generateStart the server
npm run dev