JavaPosseRoundup / ontap

Find local pubs, breweries and hostelries, and what's on tap there

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ontap

Find local pubs, breweries and hostelries, and what's on tap there

Developer Setup

  1. Git clone this repo

  2. (Optional) Generate your Eclipse files:

     activator eclipse
    
  3. (Optional) Open the project in IntelliJ by just opening the project from it's build.sbt file

  4. Install MongoDB

  5. Run the app:

     activator ~run
    
  6. Run the tests:

     # continuous mode
     activator ~test
     
     # one time
     activator test
    

About

Find local pubs, breweries and hostelries, and what's on tap there

License:Apache License 2.0


Languages

Language:Scala 55.6%Language:Shell 43.0%Language:CoffeeScript 1.4%