brandaoplaster / one-messenger

A PWA based on the facebook messenger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A PWA based on the facebook messenger.

License:MIT License


Languages

Language:Ruby 64.6%Language:HTML 23.2%Language:JavaScript 8.6%Language:CSS 2.5%Language:Dockerfile 1.1%