Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the creation of Data Transfer Objects (DTOs) for the Cart module to standardize API data structures, prevent direct exposure of database entities, and ensure type safety. The solution involves creating a new `com.wak.eatsmeet.dto.cart` package containing `CartRequest`, `CartItemResponse`, and `CartResponse` classes, each with specific fields, getters, setters, and constructors.
A robust Food Ordering REST API (Java/Spring Boot) designed for the "Learn with Collaborate" initiative. Master JWT, RBAC, and Backend logic by contributing to this open-source project.Foods ordering system