Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iguchi1124/everychat
Realtime chat application powered by Rails5!
https://github.com/iguchi1124/everychat
Last synced: 17 days ago
JSON representation
Realtime chat application powered by Rails5!
- Host: GitHub
- URL: https://github.com/iguchi1124/everychat
- Owner: iguchi1124
- Created: 2016-01-01T02:38:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T13:33:53.000Z (over 8 years ago)
- Last Synced: 2024-03-17T11:01:44.339Z (8 months ago)
- Language: Ruby
- Homepage: http://everychat.herokuapp.com
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Everychat
![circle ci](https://circleci.com/gh/iguchi1124/Everychat/tree/master.svg?&circle-token=21348c5d65f5425abbec191ccd17e214658f0965)
This is real time chat application, create with rails 5.
## Setup
```
% vagrant up
% vagrant ssh
% cd /vagrant
% bundle install --path vendor/bundle
% bundle exec rails db:create
% bundle exec rails db:migrate
```## Run server
```
% bundle exec foreman start -f Procfile.local
```## Test
```
% bundle exec rubocop
% bundle exec rails test
```