This project enables an easy way to get the daily cafeteria menu in the Salerno University campus.
Usually, to know what's on the menu, the diner of the cafeteria needs to rummage every day through the institutional
website, download a PDF and open it on his/her device. Not to mention when the current day menu is not available yet:
you'll find yourself downloading an old menu with no way to noticing it.
To me as a student, this was just a clear waste of time and disk space.
AMMensa checks every morning for the cafeteria PDF menu, downloads it, parses it, and finally makes it accessible through a Web page.
The project is hosted on Render: https://ammensa.onrender.com/
- Java 11
- Docker
- Spring Boot, Spring WebFlux
- JUnit 5
- ANTLR
- iTextPDF 5
- jsoup
- Thymeleaf
- Nitrite Database
- Holidays
- Mockito