Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaoplaster/team-messenger
Collaborative team chat system where users can create rooms or chat privately with each other, inspired by slack.
https://github.com/brandaoplaster/team-messenger
docker docker-compose redis ruby ruby-on-rails
Last synced: 19 days ago
JSON representation
Collaborative team chat system where users can create rooms or chat privately with each other, inspired by slack.
- Host: GitHub
- URL: https://github.com/brandaoplaster/team-messenger
- Owner: brandaoplaster
- License: mit
- Created: 2019-10-23T12:53:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:02:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T05:54:41.607Z (2 months ago)
- Topics: docker, docker-compose, redis, ruby, ruby-on-rails
- Language: Ruby
- Size: 157 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Team Messenger
A slack based system has the following features:
* Create channels
* Create teams
* send private messages between users## 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
* [Materialize](https://materializecss.com/) - Dependency Management
* [RSpec](https://rspec.info/) - 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