Skip to content

piecyk/social-search

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2015
Feb 1, 2015
Jan 26, 2015
Jan 27, 2015
Jan 28, 2015
Jan 26, 2015
Jan 29, 2015
Jan 31, 2015
Jan 26, 2015

Repository files navigation

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