hyosunko / chatapp-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatapp-Rails

Real time chatting app using Rails Action Cable

Built With

Installing

A step by step installation process

  1. Clone the github repo
git clone https://github.com/hyosunko/chatapp-rails.git
  1. Install Gems
bundle install
  1. Create Database
rails db:create
  1. Migrate scheme
rails db:migrate
  1. Add intial user data
rails db:seed
  1. Start rails server
rails server
  1. Open browser
http://localhost:3000

Deployment

Heroku is the best place to deploy rails app. Please refer Heroku documentation

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • H. Michael Ko - Initial work - Chatapp

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About


Languages

Language:Ruby 76.7%Language:HTML 12.9%Language:JavaScript 7.0%Language:CSS 3.5%