"Post your recipe" is a personal recipe blog built with spring MVC.
https://post-your-recipe.herokuapp.com/
- jQuery - the main library for building front end
- Bootstrap - used to polish the user interface
- Thymeleaf - used to render Spring data to HTML5 pages
- JUnit - wrote unit tests and integeration tests for project
- H2 database - used to store recipe information
- Spring Data JPA - provides support for creating JPA repositories by extending the Spring Data repository interfaces