The TastyAPI is aRESTful web service that allows users to manage recipes. It provides endpoints for CRUD operations (Create, Read, Update, Delete) to interact with recipe data.
- Create, retrieve, update, and delete recipes.
- Get a list of all recipes.
- Search recipes by title or keywords
- Filter recipes by cuisine, dietary information, or difficulty level.
- Java
- Spring Boot
- Spring Data Mongo
- Spring MVC
- MongoDB
- Maven