Support ticket application developed with the MERN Stack, allows the user to create new tickets, reply or close them.
- Install the dependencies for the backend by running
npm install
- Move to the frontend directory by running
cd frontend
and install the dependencies withnpm install
- Run the application with
npm run dev