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

github opensource
1 Open Issue Need Help Last updated: Jan 12, 2026

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 1/5
good first issue dto backend

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

Java
#github#opensource