Real House - Rental system which is implemented with Java and AngularJs that follows the airbnb logic.
Go to the 'Rental-APP' folder:
$ cd Rental-APP
and install dependencies with:
$ npm install
Go to the 'Rental-APP' folder and run the following commands:
$ gulp serve
$ gulp build
and wait until the realhouse app open with your default browser.