/support-desk

Support ticket application built with the MERN stack.

Primary LanguageJavaScript

Support Desk App

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

Usage

Set Environment Variables

Rename the .env_example to .env and add your MongoDB database URI and your JWT secret.

Install backend dependencies

npm install

Install client dependencies

cd frontend
npm install

Run app in development (frontend & backend)

npm run dev