https://github.com/brandaoplaster/one-messenger
A PWA based on the facebook messenger.
https://github.com/brandaoplaster/one-messenger
bulma onebitcode ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
A PWA based on the facebook messenger.
- Host: GitHub
- URL: https://github.com/brandaoplaster/one-messenger
- Owner: brandaoplaster
- License: mit
- Created: 2020-01-31T13:47:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:14:23.000Z (over 3 years ago)
- Last Synced: 2025-02-03T23:48:41.586Z (about 1 year ago)
- Topics: bulma, onebitcode, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# One Messenger
A PWA based on the facebook messenger. Users register and
can send texts to their contacts in real time.
## Prerequisites
>You just need have docker-compose installed in your machine.
## Getting Started
>To get the app running, run the following commands:
```docker
docker-compose build
docker-compose run --rm webiste bundle install
docker-compose run --rm website bundle exec rails db:create
docker-compose run --rm website bundle exec rails db:migrate
docker-compose up
```
## Built With
* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management
* [Bulma](https://bulma.io/) - Dependency Management
## Authors
* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details