API Layer Implementation (Routes/Endpoints) #166

Closed
opened 2025-12-11 17:35:14 +00:00 by GFMpt13 · 1 comment
GFMpt13 commented 2025-12-11 17:35:14 +00:00 (Migrated from github.com)

This issue encompasses the development of all REST API endpoints (Presentation Layer). The goal is to expose the business logic and database access (already implemented in the repository layer) through secure and validated HTTP routes.

Development Workflow (Strict TDD) as previously agreed.

Task List (Sub-Issues)

  • #167
  • #173
  • #185
  • #189
  • #193
  • Main/App: Register all routers in the main.py file of the FastAPI application.
This issue encompasses the development of all REST API endpoints (Presentation Layer). The goal is to expose the business logic and database access (already implemented in the repository layer) through secure and validated HTTP routes. Development Workflow (Strict TDD) as previously agreed. Task List (Sub-Issues) - [x] #167 - [x] #173 - [x] #185 - [x] #189 - [x] #193 - [ ] Main/App: Register all routers in the main.py file of the FastAPI application.
AndreFerreira5 commented 2026-01-22 23:19:45 +00:00 (Migrated from github.com)

this issue has already been integrated in the maion branch, closing...

this issue has already been integrated in the maion branch, closing...
Sign in to join this conversation.
No description provided.