Skip to content

Recipes app backend - utilizes Java Spring Boot, JPARepository, MySQL, and more.

License

Notifications You must be signed in to change notification settings

Simon-Cheek/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipes

Recipes app backend - utilizes Java Spring Boot, JPARepository, MySQL, and more.

  • Currently primarily designed to fetch entire users at once (including recipes / categories)
  • Supports modification and deletion of individual recipes / categories in addition to users

Database Information

Database Name = recipes_app Tables:

  • Users (One to Many with Recipes and Categories)
  • Recipes (Many to Many with Categories)
  • Categories (Many to Many with Recipes)

About

Recipes app backend - utilizes Java Spring Boot, JPARepository, MySQL, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages