An RSS Feed Reader, that I ported over from a previous Python project: Python RSS Feed Reader
This project can be run by cloning the project, entering into the root directory using Terminal/Command Line and entering the following command:
$ mvn spring-boot:run
To create the database for this application, please see src/main/resources/notes for the SQL I used within mysql.
Before running the project you'll need to change the password for the database within application.properties to the password you created for mysql/mariaDB.
Technologies used (please see pom.xml)
- Maven
- Spring-boot
- Thymeleaf
- MariaDB
- Hibernate