The purpose of this web app is to help the user pick a nearby restaurant using an address they enter and filters they select, such as what cuisine they want or how large the search radius is.
- Java version 25 - Backend
- HTML, CSS, JavaScript - Frontend
- Spring Boot - Java-based web framework
- Apache Maven - manages the project's compilation
- Thymeleaf - template engine for HTML files
- Tomcat - Web Server
- Google Places API (create .env file and define key=apiKey, replacing apiKey with your own API key)