Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 381 Bytes

Dog grooming appointments app

Running Locally

Make sure you have Play and sbt installed. Also, install the Heroku Toolbelt.

$ sbt compile stage
$ foreman start web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open