PCM Queue

by Matthew Terrill

A queuing system built with Ruby on Rails. Allows users to submit a request to the queue and a manager to view requests and mark them completed.

Installation

Install PCM Queue by cloning the repository.

$ git clone http://github.com/meterrill/pcm_queue

Install all of the required gems:

$ bundle install

Start the webserver:

$ ruby app.rb

In your web browser, go to http://localhost:3000

Contribute

  • Issue Tracker: github.com/meterrill/pcm_queue/issues
  • Source Code: github.com/meterrill/pcm_queue

Support

If you are having issues, please let me know at: meterrill@gmail.com

Bug reports

If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request.

https://github.com/meterrill/repository/issues

License

MIT License. Copyright 2015 Matthew Terrill