diff --git a/Docs/Services/FastAPI/01-Setup.md b/Docs/Libs/FastAPI/01-Setup.md similarity index 100% rename from Docs/Services/FastAPI/01-Setup.md rename to Docs/Libs/FastAPI/01-Setup.md diff --git a/Docs/Services/FastAPI/02-Simple-Route.md b/Docs/Libs/FastAPI/02-Simple-Route.md similarity index 100% rename from Docs/Services/FastAPI/02-Simple-Route.md rename to Docs/Libs/FastAPI/02-Simple-Route.md diff --git a/Docs/Services/FastAPI/03-Get-Method.md b/Docs/Libs/FastAPI/03-Get-Method.md similarity index 100% rename from Docs/Services/FastAPI/03-Get-Method.md rename to Docs/Libs/FastAPI/03-Get-Method.md diff --git a/Docs/Services/FastAPI/04-Post-Method.md b/Docs/Libs/FastAPI/04-Post-Method.md similarity index 100% rename from Docs/Services/FastAPI/04-Post-Method.md rename to Docs/Libs/FastAPI/04-Post-Method.md diff --git a/Docs/Services/FastAPI/05-Put-Method.md b/Docs/Libs/FastAPI/05-Put-Method.md similarity index 100% rename from Docs/Services/FastAPI/05-Put-Method.md rename to Docs/Libs/FastAPI/05-Put-Method.md diff --git a/Docs/Services/FastAPI/06-Delete-Method.md b/Docs/Libs/FastAPI/06-Delete-Method.md similarity index 100% rename from Docs/Services/FastAPI/06-Delete-Method.md rename to Docs/Libs/FastAPI/06-Delete-Method.md diff --git a/Docs/Services/FastAPI/07-Query-Parameter.md b/Docs/Libs/FastAPI/07-Query-Parameter.md similarity index 100% rename from Docs/Services/FastAPI/07-Query-Parameter.md rename to Docs/Libs/FastAPI/07-Query-Parameter.md diff --git a/Docs/Services/FastAPI/08.Status-Codes.md b/Docs/Libs/FastAPI/08.Status-Codes.md similarity index 100% rename from Docs/Services/FastAPI/08.Status-Codes.md rename to Docs/Libs/FastAPI/08.Status-Codes.md diff --git a/Docs/Services/FastAPI/09-Json-Responce.md b/Docs/Libs/FastAPI/09-Json-Responce.md similarity index 100% rename from Docs/Services/FastAPI/09-Json-Responce.md rename to Docs/Libs/FastAPI/09-Json-Responce.md diff --git a/Docs/Services/FastAPI/10-Query-Path--AdvancedParm.md b/Docs/Libs/FastAPI/10-Query-Path--AdvancedParm.md similarity index 100% rename from Docs/Services/FastAPI/10-Query-Path--AdvancedParm.md rename to Docs/Libs/FastAPI/10-Query-Path--AdvancedParm.md diff --git a/Docs/Services/FastAPI/11-Post-Types.md b/Docs/Libs/FastAPI/11-Post-Types.md similarity index 100% rename from Docs/Services/FastAPI/11-Post-Types.md rename to Docs/Libs/FastAPI/11-Post-Types.md diff --git a/Docs/Services/FastAPI/12-From-Post.md b/Docs/Libs/FastAPI/12-From-Post.md similarity index 100% rename from Docs/Services/FastAPI/12-From-Post.md rename to Docs/Libs/FastAPI/12-From-Post.md diff --git a/Docs/Services/FastAPI/13-Body-Post.md b/Docs/Libs/FastAPI/13-Body-Post.md similarity index 100% rename from Docs/Services/FastAPI/13-Body-Post.md rename to Docs/Libs/FastAPI/13-Body-Post.md diff --git a/Docs/Services/FastAPI/14-File-Post.md b/Docs/Libs/FastAPI/14-File-Post.md similarity index 100% rename from Docs/Services/FastAPI/14-File-Post.md rename to Docs/Libs/FastAPI/14-File-Post.md diff --git a/Docs/Services/FastAPI/15-Life-Span.md b/Docs/Libs/FastAPI/15-Life-Span.md similarity index 97% rename from Docs/Services/FastAPI/15-Life-Span.md rename to Docs/Libs/FastAPI/15-Life-Span.md index e75b196..bffde56 100644 --- a/Docs/Services/FastAPI/15-Life-Span.md +++ b/Docs/Libs/FastAPI/15-Life-Span.md @@ -1,4 +1,4 @@ -# FastAPI – Application Lifespan (Startup & Shutdown Events) + # FastAPI – Application Lifespan (Startup & Shutdown Events) FastAPI allows you to run code when your application **starts up** or **shuts down**. This is useful for initializing resources, database connections, caches, or background tasks. diff --git a/Docs/Services/Redis/Redis.md b/Docs/Libs/Redis/Redis.md similarity index 100% rename from Docs/Services/Redis/Redis.md rename to Docs/Libs/Redis/Redis.md