Skip to content

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

Notifications You must be signed in to change notification settings

peterthunder/RealHouse-Rental-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 36.4%
  • JavaScript 27.7%
  • CSS 18.3%
  • HTML 17.6%