With TravelCheap you can make a reservation in your favorite hotel. And also get to know interesting data with the admin page.
Live WebApp: https://still-castle-24972.herokuapp.com/
hotels-booking was made after this barebones code provided by Heroku: https://github.com/heroku/scala-getting-started
Make sure you have Play and sbt installed.
$ git clone https://github.com/Baltazar-Ortega/hotels-booking.git
$ cd hotels-booking
$ sbt compile stage
$ sbt run
You need to have PostgreSQL installed
Your app should now be running on localhost:9000.