Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 531 Bytes

README

This is a instant chat messaging application built with rails using action cable. Design is not currently responsive on mobile devices.

Setup:

  1. Clone the repo
  2. Install gems - bundle install
  3. Install packages - npm install OR yarn depending on your package manager
  4. Set up the DB - rails db:create
  5. Migrate DB - rails db:migrate
  6. Seed the DB - rails db:seed

Development:

  1. Start the rails server - rails s
  2. Head to localhost:3000

Happy Messaging!