A real time messaging app that allows users to communicate with each other in real time.
Live version coming up soon... »
Report Bug
·
Request Feature
Table of Contents
Live Demo : Coming Soon
This is a real time messaging app that allows users to communicate with each other in real time.
Here's why:
- Front designe is build with HTML and CSS technologies.
- Backend is build with Ruby on Rails.
- Database is build with PostgreSQL.
- ActionCable is used for real time communication.
- JavaScript functionalities are used for the frontend.
- The app will be online soon!
It looks simple, but it is not.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how to list things you need to use the software and how to install them.
-
Check your Ruby version
ruby -v
The output should start with something like
ruby 6.1.4
- Clone the repo
git clone https://github.com/Rustamxon7/Instagram-Clone-Rails.git
- Run bundle
bundle install
- Setup database with:
rails db:create rails db:migrate
- Run the server
```rails s
This webapp is not deployed yet. It's available on localhost. If you really interested I would suggest you to clone and follow the installation.
- Sign up
- Login
- [] Profile
- [] Messages
- [] Chat
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT.
Rustamjon Tolipov - email - rustamxontolipov788@gmail.com
Project Link: https://github.com/Rustamxon7/Real-Time-Message-App/