Skip to content

Pawan8085/Vacation-Rental-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Vacation Rental Platform

Overview

Developed a Vacation Rental Platform using Spring MVC framework and Thymeleaf for front-end page rendering. The platform provides functionality for both Hosts and Users, enabling property management and seamless property search and purchase.


Key Functionalities

For Hosts

  • Add New Properties: Hosts can list their rental properties with details such as name, property type, location, pricing
  • Manage Properties: Hosts have the ability to edit, update, or remove their listed properties.
  • View Listed Properties: Hosts can monitor all their listed properties in one place.

For Users

  • Search Properties: Users can search for properties based on location, host, and name.
  • Filter and Sort Results: Users can filter and sort results based on:
    • Location
    • Host
    • Property Type
  • View Property Details: Users can view details of the listed properties, including images, pricing, property name, and type.
  • Book Properties: Users can book the properties directly through the platform.

Technologies Used

  • Backend: Spring MVC
  • Frontend: Thymeleaf (HTML, CSS)
  • Database: MySQL
  • Tools: Maven, Spring Tool Suite (STS)

URLs and Pages

Public Pages:

  • Home Page: http://localhost:8081/0

home

  • Sign-Up Page: http://localhost:8081/user-signup

v_signup

  • Login Page: http://localhost:8081/signIn

v_login

  • View Property Page: http://localhost:8081/property/102

v_viewProperty


Host Pages:

  • Host Home Page: http://localhost:8081/host/index

    v_host_home

    • Host Profile Page: http://localhost:8081/host/profile

v_host_profile

  • Host Add Property Page: http://localhost:8081/host/add-property

v_add_property

  • Host View Properties Page: http://localhost:8081/host/show-properties/0

v_host_properties

  • Host Setting Page: http://localhost:8081/host/setting

v_host_setting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published