A RESTful API that performs basic CRUD operations on a database using spring.
- Created JPA Entity Recipe
- Implemented the ListCRUDRepository for the repository layer
- Created a DTO to be the response when queried.
- Created the Controller
- Created The Service that holds the logic and communicates with the controller
- Created RequestDto and RequestUpdate as the RequestBodies
- Added utility Methods that converts Recipe to DTO
- Implemented Cloud SQL
- Implemented Cloud Storage for images
- Created GCSUtil utility to help create, read, update, and delete images
- Deployed to App Engine Standard Env.