Specific API for each object in Spring

Viewed 27

A web that shows you ingredients and you check if you have them or not, and you can check which recipe you can cook.

So first I have to do a Spring Boot API with the ingredients and after make another API with the recipes? Or just in the same API/Project I work with both objects?

I am really confused because in all the tutorials they just work with an object like "Books" and the API is all about that one object.

0 Answers
Related