Open Issues Need Help
View All on GitHubAI Summary: Set up the initial project structure for DoaFácil using Spring Boot, Java 17, and Maven. This involves creating a basic project with necessary dependencies (Spring Web, JPA), and organizing the code into packages following Clean Architecture principles (domain, application, infrastructure, interfaces). The Spring Initializr can be used to bootstrap the project.
DoaFácil é uma plataforma social desenvolvida em Java com o objetivo de combater a fome e o desperdício de alimentos, conectando de forma simples e eficiente:
AI Summary: Implement Swagger/OpenAPI documentation for the initial REST API of the DoaFácil project. This involves adding the SpringDoc OpenAPI dependency, configuring basic settings, and verifying functionality through the `/swagger-ui.html` endpoint.
DoaFácil é uma plataforma social desenvolvida em Java com o objetivo de combater a fome e o desperdício de alimentos, conectando de forma simples e eficiente:
AI Summary: Create a `Doador` (Donor) entity in Java with attributes for ID, name, email, phone, type (individual or business), CPF/CNPJ, registration date, address, and JPA mapping. Include a DTO class and consider relationships with future donations.
DoaFácil é uma plataforma social desenvolvida em Java com o objetivo de combater a fome e o desperdício de alimentos, conectando de forma simples e eficiente: