This is a instant chat messaging application built with rails using action cable. Design is not currently responsive on mobile devices.
- Clone the repo
- Install gems -
bundle install
- Install packages -
npm install
ORyarn
depending on your package manager - Set up the DB -
rails db:create
- Migrate DB -
rails db:migrate
- Seed the DB -
rails db:seed
- Start the rails server -
rails s
- Head to localhost:3000