markcdev101 / spring-flavour-vault-backend

Repository for backend code for Flavour Vault
0 stars 0 forks source link

Ticket 05: Create Database Entities for Recipe, Ingredient and instructions #8

Closed markcdev101 closed 3 weeks ago

markcdev101 commented 3 weeks ago

Description: Define JPA entities for Recipe and Ingredient, ensuring proper relationships (e.g., many-to-many between recipes and ingredients).

Spring Boot Concepts:

Guide:

Acceptance Criteria:

markcdev101 commented 3 weeks ago

TODO: Add unit tests to ensure relationships are working properly

markcdev101 commented 3 weeks ago

Test completed. TODO: Add more test in the future