Support Desk App
Usage
Set Environment Variables
Rename the .envexample to .env and add your MongoDB database URI and your JWT secret
Install backend dependencies
npm installInstall client dependencies
cd frontend
npm installRun app in development (frontend & backend)
npm run dev