This website is designed to provide information about our wedding, including event details, RSVP, and other important information.
The website is live at: julia-dominik.pl
- Frontend:
- HTML
- CSS
- JavaScript
- Backend:
- Spring Boot
- Database:
- SQLite
- Deployment:
- AWS
- Docker (Jib)
- CI/CD:
- GitHub Actions
- Event Information: Provides details about the wedding venue, time, and other important logistics.
- RSVP Form: Allows guests to confirm their attendance and provide any special requests or dietary restrictions.
- Interactive Elements: Some interactive components built with JavaScript to enhance the user experience.
- Data Persistence: Guest data is stored in a lightweight SQLite database.
- Clone the repository:
git clone https://github.com/KarasDominik/wedding-page.git
- Navigate to the project directory:
cd wedding-page
- Run the application:
./mvnw spring-boot:run
- The website will be available at http://localhost:8080.