Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.48 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.48 KB

Stories in Ready

social-search

Build Status Coverage Status

See also the Social Search Hybrid mobile app repository.

TODO:

  • Scala REST back-end layer + one-click heroku deployment script
  • Hybrid HTML5+JS Mobile app + build scripts
  • Mobile client integration with back-end layer (with simple authentication)
  • Cordova integration + build scripts
  • Back-end integration with external RESTish services
  • Simple back-end storage (key-value store)
  • Very simple server-to-client notifications (no need for websockets/long-polling at this stage)

##Follow these steps to get started:

  1. Git-clone this repository.
  2. Change directory into your clone.
  3. Launch SBT: $ sbt
$ git clone https://github.com/piecyk/social-search.git
$ cd social-search
$ sbt

sbt commnads: test, re-start, re-stop.

Type in sbt re-start your app should now be running on localhost:8080.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Hybrid Mobile app info page - here