Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VectorLe/ticket-system
Ticket system built with the MERN stack that allows teams to manage bugs, requests, and other support tickets. Utilizes Charts.js to visualize and display a summary of all available tickets.
https://github.com/VectorLe/ticket-system
express expressjs full-stack javascript mern-stack mongodb mongoose nodejs react reactjs
Last synced: 3 months ago
JSON representation
Ticket system built with the MERN stack that allows teams to manage bugs, requests, and other support tickets. Utilizes Charts.js to visualize and display a summary of all available tickets.
- Host: GitHub
- URL: https://github.com/VectorLe/ticket-system
- Owner: VectorLe
- Created: 2020-01-14T05:06:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:26:05.000Z (almost 2 years ago)
- Last Synced: 2024-06-14T05:49:24.498Z (5 months ago)
- Topics: express, expressjs, full-stack, javascript, mern-stack, mongodb, mongoose, nodejs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.85 MB
- Stars: 29
- Watchers: 3
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ticket System
> Ticket system application built with the MERN stack that allow teams to manage bugs, requests, and other support tickets.
![Ticket System Dashboard Home](/public/assets/screenshots/ticket_system_dashboard_home.png)
![Ticket System Submit Ticket](/public/assets/screenshots/ticket_system_submit_ticket.png)
![Ticket System Manage Users](/public/assets/screenshots/ticket_system_manage_users.png)
![Ticket System Manage Projects](/public/assets/screenshots/ticket_system_manage_projects.png)## Built with
* Mongoose.js (MongoDB): Database
* Express.js: Backend framework
* React.js: Frontend framework
* Node.js: Runtime environment### Author
[Vector Le](https://www.vectorle.xyz)