/RealHouse-Rental-System

Assignment for web applications technologies project for the 'Web Applications Technologies' lesson, where using the airbnb logic for web-api and web-interface implementation.

Primary LanguageJava

Real House - Rental system which is implemented with Java and AngularJs that follows the airbnb logic.

Front End / APP

front_end_screenshot

Instalation:

Go to the 'Rental-APP' folder:

$ cd Rental-APP

and install dependencies with:

$ npm install

Build or serve for debugging:

Go to the 'Rental-APP' folder and run the following commands:

To serve:
$ gulp serve
To build:
$ gulp build

and wait until the realhouse app open with your default browser.

Back End / API