An open API service indexing awesome lists of open source software.

https://github.com/acushlakoncept/message-me

In this project, I developed a simple chat app using Rails ActionCable feature with Redis Server
https://github.com/acushlakoncept/message-me

actioncable rails redis-server ruby ruby-on-rails

Last synced: 8 months ago
JSON representation

In this project, I developed a simple chat app using Rails ActionCable feature with Redis Server

Awesome Lists containing this project

README

          

# Message Me APP

In this project I developed a simple chat app using Rails ActionCable feature with Redis Server

![screenshot](./messageme.gif)

## Built With

- Ruby on Rails
- Ruby

# Getting Started

To get a local copy of the repository please run the following commands on your terminal:

```
$ cd
```

~~~bash
$ git clone https://github.com/acushlakoncept/message-me.git
$ cd message-me
$ bundle install
$ rails db:migrate
~~~

# Authors

👤 **Uduak Essien**

- Github: [@acushlakoncept](https://github.com/acushlakoncept/)
- Twitter: [@acushlakoncept](https://twitter.com/acushlakoncept)
- Linkedin: [acushlakoncept](https://www.linkedin.com/in/acushlakoncept/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgement

Mauro Martinez - [The Complete Ruby on Rails Developer Course](https://www.udemy.com/course/the-complete-ruby-on-rails-developer-course/)