Skip to content

piecyk/social-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Scala, Spray, Akka, MongoDB running on Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages