Simple CRUD application made in Java Spring with Thymeleaf and Hibernate. For self-learning purposes.
- The project requires PostgreSQL driver.
- Java 19 is also required
- This project uses credentials Auth0 for authentication
Alternatively, a Dockerfile image is provided, just make sure to provide the credentials.
You can easily import the project using Gradle, I suggest using an IDE for this task.
While I wish to have continued developing this project to the end, using Thymeleaf was a horrible experience and what killed me was NO hot-reloading out of the box, and because I like to make quick iterations I couldn't see my changes without recompiling the project which takes a while, thus I have called it quits for now...
Even though, I have learned a lot about the inner workings of web applications so in the end this project was a "success" of sorts.