victor-nweze-deel / raylz-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Build Status

This application is a simple chat application using web sockets. It is hosted on heroku and can seen by visiting the following link Chat App

This app uses the following:

  • Ruby version: 2.4.1

  • System dependencies: See Gemfile

  • Configuration: See Config/

  • Database creation: This application does not make use of any database

  • Database initialization: N/A

  • Deployment instructions:

    • Clone this repository
    • Create an account on Heroku
    • Create an application on Heroku and add redis service to the created application
    • Add the remote link for you created application
    • Add and commit changes
    • Push to Heroku with git push heroku master -a <app-name>
    • Open up the application with heroku open -a <app-name>
  • The Styling motivation for this application can be found here

About


Languages

Language:Ruby 66.3%Language:HTML 20.7%Language:CSS 8.8%Language:JavaScript 2.7%Language:CoffeeScript 1.4%