Welcome to the MessageMe Chat Application! This is a real-time chat application built using Ruby on Rails. It allows users to register, login, and chat with each other in real-time.
- Features
- Installation
- Setuo
- User Authentication: Sign up, login, and logout functionality.
- Real-time Messaging: Instant messaging using ActionCable.
- Chat Rooms: Users can join chat rooms to have group conversations.
- User Profiles: Each user has a profile page.
Make sure you have the following installed:
- Ruby (version 2.7.6)
- Rails (version 7.0.6)
- Clone the repository:
git clone https://github.com/dashprasad23/MessageMe.git cd chat-application - Install the required gems:
bundle install
- Setup the database:
rails db:create rails db:migrate
- Start the Rails server:
rails server
- Open your browser and navigate to http://localhost:3000.