Support ticket Web application built with the MERN stack (MongoDB, Expressjs, Reactjs, Nodejs).
- User registeration/login
- Creating/Viewing tickets
- Notes functionality for each ticket
- Option to close a ticket
The project uses MongoDB. Make sure to create your database on MongoDB Atlas.
npm install
cd frontend
npm install
npm run dev