A Ruby on Rails 7 app that utilizes Action Cable to handle real-time chat functionality. Users can sign up and log in with Devise and select an avatar from a predefined set of options.
- Real-time chat using Action Cable
- User authentication and registration using Devise
- Avatar selection
- Clone the repository and navigate to the project directory
- Run
bundle install
to install dependencies - Run
rails db:create
andrails db:migrate
to set up the database - Run
rails s
to start the server - Visit
http://localhost:3000
in your browser to access the app
- Ruby on Rails 7
- Action Cable
- Devise