Overview
The TicketSystem is a ticket management system built with ReactJS for the frontend and NodeJS for the backend. It uses MongoDB Atlas as the database and offers features like login, authentication, admin and user pages, ticket management, filtering and searching, adding ticket messages, and file uploads.
Features
- Login / Register / Logout: Users can create an account, login, and logout to access the system.
- Admin Page / User Page: Users have different pages based on their roles - admin or user.
- Add / Update Tickets: Users can add and update tickets with relevant information.
- Ticket Name Filter: Tickets can be filtered based on their names.
- Dynamic Search: Users can search for specific tickets using dynamic search functionality.
- Add Ticket Message: Both admins and users can add messages to tickets for communication.
- Home / Profile / Tickets / AddTickets / Logout / Login / Register Page: Multiple pages are available for different functionalities.
- Add Image File Tickets: Users can upload image files while creating or updating tickets.
Installation
The following is a guide to installing the TicketSystem:
- Clone the repository from the provided URL.
- Install the required dependencies for the frontend and backend.
- Set up the MongoDB Atlas database and configure the connection URL.
- Run the backend server using the command
node server.js. - Start the frontend using the command
npm start. - Access the TicketSystem by navigating to
http://localhost:3000/loginin your browser.
Summary
The TicketSystem is a ticket management system built with ReactJS and NodeJS. It provides features like user authentication, ticket management, filtering and searching, and communication through ticket messages. The system utilizes MongoDB Atlas as the database and offers different pages for admins and users. Users can upload image files while creating or updating tickets. Overall, the TicketSystem is a comprehensive solution for managing and tracking tickets efficiently.