Coder Social home page Coder Social logo

dennislwm / peppermint Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 175.0 5.21 MB

A ticket management system ๐Ÿต

Home Page: https://pmint.dev/

License: GNU General Public License v3.0

HTML 1.26% JavaScript 91.89% CSS 5.58% Dockerfile 0.49% Shell 0.78%

peppermint's Introduction

Welcome to Peppermint Ticket Management ๐Ÿต

Logo

Version Twitter:  andrewsjack18 Github Stars:

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 here.

The credentials are

email: [email protected]
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 here 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 wiki

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

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a โญ๏ธ if this project helped you!

๐Ÿ“ License

Copyright ยฉ 2020 Jack Andrews.

peppermint's People

Contributors

dependabot[bot] avatar potts99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.