LetsCookIt - Recipes management system - Java, Spring (Boot, MVC, Security), JPA data Multi-user web service for managing recipes (store, retrieve, delete, search and update). this is a Level 2 RESTful API, the API was developed with the following principles in mind:
- Loosely coupled Architecture.
- Layered Architecture(presentational, business, persistence and database).
- Basic Security: -Registration process. -Everyone can see recipes of others but only the creator can modify/delete a recipe.