Skip to content

Commit 1c2715d

Browse files
Fix formatting and add planned internal structure section
Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent f81ec77 commit 1c2715d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,24 @@ The [**second subproject**]() in the briefing explicitly requires building an AP
303303

304304
### 🎯[Main tasks:]()
305305

306+
<br>
307+
306308
[-]() Choose a real‑world context (company, NGO, market sector, social domain, etc.).
307309
[-]() Design the **SQL database** with at least 3 tables and produce its dump.
308310
[-]() Implement a **RESTful API** that exposes the processed and aggregated data required by the use case.
309-
[-]() Integrate this API into the end‑to‑end workflow: external APIs → processing and storage in SQL → publication via your own REST API.[file:2]
311+
[-]() Integrate this API into the end‑to‑end workflow: external APIs → processing and storage in SQL → publication via your own REST API.
312+
313+
314+
<br>
315+
316+
### ⚡️ Planned internal structure
317+
318+
<br>
319+
320+
- `extension_official/stage2_rest_api_sql/`
321+
- SQL schema (DDL + ER/diagram).
322+
- RESTful API implementation (e.g., FastAPI, Flask, Django REST).
323+
- Documentation of endpoints, input parameters, response formats and basic security considerations.
310324

311325

312326
<br>

0 commit comments

Comments
 (0)