This the service layer responsible for all the business logic
mvn clean packagedocker build -t cuisinediaryapi:1 .
docker run -p 9004:9004 -v <location in your computer where you want to see the logs>:/usr/app/logs cuisinediaryapi:1
Example:
docker run -p 9004:9004 -v /c/Users/24171/learnWithFun/CuisineDiaryApi/logs/:/usr/app/logs cuisinediaryapi:1
- saveRecipe
- getRecipes
You can find the sample requests in the below postman collection https://www.getpostman.com/collections/4d374bf4ba7916ec6600