/relay-async

Server-side part of Relay: a proof-of-concept ticket app for research purposes.

Primary LanguageRuby

Relay: Async

A simple ticketing system based in Rails 4 that interacts with a Node.js-based live chat.

Not production ready.

This project will eventually evolve into a fully-fledged application, but in the meantime, it's just a research project for my MSc. and a playground to learn Ruby and Rails.

Installation

  1. Clone the repository into your server
  2. Run bundler install
  3. Configure the database
  4. Run rake db:migrate to set up everything
  5. Start the server

This does not need any other application to function properly, but it can use Relay: Sync for live chat. More information in the repository.

Gems used

  • Faker
  • Bootstrap-Rails

Any bugs, questions, or anything, let me know.