Skip to content

aaron-lam/share-your-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post your recipe

"Post your recipe" is a personal recipe blog built with spring MVC.

screen shot 2018-09-01 at 10 11 48 am

https://post-your-recipe.herokuapp.com/

Built With

  • 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