Skip to content

Accommodation booking system (inspired by AirBnb) made with Spring Boot, Vaadin Flow, PostgreSQL

License

Notifications You must be signed in to change notification settings

raestio/accommodation-booking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accommodation booking system

Inspired by AirBnb

Run

$ git clone https://github.com/raestio/accommodation-booking-system.git
$ cd accommodation-booking-system/app/
$ docker-compose up #postgres starts
$ mvn package  #app builds
$ java -jar target/accommodation-booking-system-1.0.0.beta.jar #app starts (it will connect to postgres running in Docker)

Type localhost:8080 in Google Chrome (In Firefox it does not work correctly).
Some test accounts are created in advance so you can log in with them to test it out:

Admin
  Login email:  [email protected]
  Password:     test.admin

User
  Login email:  [email protected]
  Password:     test.user

Tech

Screenshots

screenshot_1 screenshot_2 screenshot_3 screenshot_4 screenshot_5

About

Accommodation booking system (inspired by AirBnb) made with Spring Boot, Vaadin Flow, PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published