Support ticket application built with the MERN stack. This is a project from React Front To Back by Brad Traversy course.
This project is a fork from bradtraversy/support-desk
Rename the .env_example to .env and add your MongoDB database URI and your JWT secret.
npm install
cd frontend
npm install
npm run dev