- Support Desk built using MERN stack. Designed to allow customers to submit tickets and allow admin to reply and handle tickets.
Rename the .envexample to .env and add your MongoDB database URI and your JWT secret
npm install
cd frontend
npm install
npm run dev