Enjoy the simple way of communication. Communication between Web & iOS app has never been easier!
Go for it: https://fs-chat.herokuapp.com
# clone repo
git clone [email protected]:IlkhamGaysin/chat.git
cd repo
# run setup script
bin/setup
# configure ENV variables in .env
vim .env
# run server on 5000 port
bin/server
bin/setup
- setup required gems and migrate db if neededbin/quality
- run brakemanbin/ci
- should be used in the CI to run specs