Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 488 Bytes

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