Peppermint
A ticket management system 🍵
Install / Use
/learn @dennislwm/PeppermintREADME
Ticket Management System in order to help helpdesks & service desks manage internal staff & customer requests
💻 Demo
If you're interested in trying out Peppermint we currently have a demo working <a href="https://demo.pmint.dev/">here.</a>
The credentials are
email: admin@admin.com
password: 1234
✨ Features
- 💡 Job Logging
- 📜 Client History
- 💎 Notes creation & Todo List
- 📐 Admin Page: Admin Dashboard for easy webUI changes and analytics
- 📱 Responsive: Designed for variable screen sizes from mobile up to 4k
- ⚙️ Docker-Ready: Quickly deploy using docker
- ✅ Usage: No barriers to use with complete documentation on how to complete tasks
Documentation
We have started working on creating documentation for peppermint which covers development to general usage. Click <a href="https://pmint.dev/docs/gettingStarted">here</a> to be taken directly there.
Installing locally for development
If you're interested in developing for Peppermint, wether that be a bug fix or locally we have a guide on our <a href="https://pmint.dev/docs/contributions/">wiki</a>
Docker-Compose
version: '3.1'
services:
mongo:
container_name: db
image: mongo:4
restart: always
volumes:
- ./docker-data/db:/data/db
client:
container_name: peppermint
image: pepperlabs/peppermint:latest
ports:
- 5000:5000
restart: on-failure
depends_on:
- mongo
Author
👤 Jack Andrews
- Website: pmint.dev
- Twitter: @andrewsjack18
- Github: @potts99
- LinkedIn: @jack-andrews-146852131
🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Jack Andrews.<br />
Security Score
Audited on Mar 3, 2026
