The Rendezvous Reminder application sends email updates on recent cancellations and new openings for the highly sought-after Rendezvous Huts. Users can enter their email address to receive timely notifications when a reservation spot becomes available, making it easier to book a last-minute trip.
The Rendezvous Huts are often fully booked far in advance, making it difficult for people to secure a reservation on short notice. This application solves the problem by alerting users when a hut reservation opens up due to cancellations or new availability, allowing users to quickly act on those openings.
The application is currently available in code form and requires an IDE to run. It is built with Java, Spring, and Hibernate, and uses Selenium for web scraping. To get started:
- Clone the repository.
- Open the project in an IDE like IntelliJ IDEA or Eclipse.
- Run the application using Spring Boot.
- Enter your email address into the designated input box.
- The application will scan for updates and send an email notification if new openings or cancellations occur in the Rendezvous Huts.
If you'd like to contribute to the Rendezvous Reminder project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Submit a pull request for review.
- Java
- Spring
- HTML/CSS
- Hibernate
- MySQL
- JavaMailAPI
- Selenium