A Simple ticket managment system with user authentication, roles , ticket comments made with MERN stack and antd ui library
Client: React, Redux,react-router antd
Server: Node, Express,mongodb
Dashboard page visible to the admin only
Here the admin can delete or assign roles to usesrs
Here the admin can assign or remove developers from a project
Display all the projects in the system
Dsiplay the project information
Visible to admin only display all the ticket in the system
Visible to admin here the admin can assign a developer to tickets
display the assigned tickets to a developer or the submitted tickets to a submitter
Dsiplay the ticket information with the ability to comment on it
To run this project, you will need to add the following environment variables to your .env file
PORT
DATABASE_URL
CORS_ORIGIN
SECRET