{"id":21656817,"url":"https://github.com/being-devahmad/resort-booking-system","last_synced_at":"2026-04-19T19:04:54.380Z","repository":{"id":263679677,"uuid":"891155010","full_name":"being-devahmad/resort-booking-system","owner":"being-devahmad","description":"Resort Management SYstem using spring boot","archived":false,"fork":false,"pushed_at":"2024-11-19T20:38:55.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T06:42:06.459Z","etag":null,"topics":["eclipse-ide","h2-database","java","resort-management","spring-boot","xml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/being-devahmad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T20:31:41.000Z","updated_at":"2024-11-22T17:52:46.000Z","dependencies_parsed_at":"2024-11-19T21:40:59.732Z","dependency_job_id":null,"html_url":"https://github.com/being-devahmad/resort-booking-system","commit_stats":null,"previous_names":["being-devahmad/resort-booking-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fresort-booking-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fresort-booking-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fresort-booking-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fresort-booking-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/being-devahmad","download_url":"https://codeload.github.com/being-devahmad/resort-booking-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554124,"owners_count":20471173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse-ide","h2-database","java","resort-management","spring-boot","xml"],"created_at":"2024-11-25T09:17:41.369Z","updated_at":"2026-04-19T19:04:49.353Z","avatar_url":"https://github.com/being-devahmad.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resort Booking System using SPRING BOOT\n\nThis project is a **Resort Booking System** built using **Spring Boot**. It features an admin panel for managing tours and a user interface where customers can browse and reserve bookings.\n\n---\n\n## Features  \n\n### Admin Panel  \n- Add new tours with details such as destination, price, and availability.  \n- Remove tours to keep the list up to date.  \n- Manage tour availability status.  \n\n### User Interface  \n- View a list of available tours with comprehensive details.  \n- Search for tours based on criteria such as destination or date.  \n- Reserve bookings for the desired tours.\n\n---\n\n## Technologies Used  \n- **Spring Boot**: Backend framework for managing the application logic.  \n- **Spring Data JPA**: For database interactions.  \n- **Thymeleaf**: Templating engine for rendering dynamic content.  \n- **H2 Database**: For quick setup and testing (can be replaced with MySQL or PostgreSQL).  \n- **Bootstrap**: For responsive and attractive UI design.  \n- **Maven**: Build tool for dependency management.  \n\n---\n\n## Installation and Setup  \n\n1. **Clone the Repository**:  \n   Clone the project from GitHub using the following command:  \n   ```bash\n   git clone https://github.com/your-username/resort-booking-system.git\n   cd resort-booking-system\n\n\n\n2. **Configure the database**:  \n   Update the application.properties file with your database credentials\n   Example for H2 Database (default):\n   \n   ```bash\n   \n    spring.datasource.url=jdbc:h2:mem:testdb\n    spring.datasource.driver-class-name=org.h2.Driver\n    spring.datasource.username=sa\n    spring.datasource.password=password\n    spring.jpa.database-platform=org.hibernate.dialect.H2Dialect\n   \n \n\n  3. **Run the application**:  \n   Update the application.properties file with your database credentials\n   Example for H2 Database (default):\n   \n   ```bash\n   \n     mvn spring-boot:run\n   \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing-devahmad%2Fresort-booking-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeing-devahmad%2Fresort-booking-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing-devahmad%2Fresort-booking-system/lists"}