Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 734 Bytes

README

Communication webapp ( register / login / send messages ) Application using Ruby on Rails & Javascript.

Uses Devise Token Auth to register & login users. Uses pusher to notify & update messages instantly

Versions

  • Ruby version >= 2.2
  • Rails 4.X
  • Angular 1

System dependencies

Configuration

  • Developped on Codeanywhere => Container Ubuntu Rails & JS

How to run ?

cd "path/to/project"

rake db:migrate

./start.sh (change default port in it aswell ) OR rails s (if your system can run app on port 3000)