diff --git a/backend/readme.md b/backend/readme.md index 2614ada..2cb0bb9 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -21,6 +21,8 @@ uv install This will automatically install all required dependencies listed in `uv.lock`. +--- + ## 📦 Key Dependencies The backend uses the following libraries to ensure seamless functionality and robust performance: @@ -41,6 +43,8 @@ The backend uses the following libraries to ensure seamless functionality and ro These dependencies are automatically installed with the `uv install` command as specified in the `uv.lock` file. +--- + ## 🛠 General Workflow ### 1. **Setup Environment** @@ -71,6 +75,8 @@ These dependencies are automatically installed with the `uv install` command as uv run uvicorn main:app --reload ``` +--- + ## 🛡 API Documentation The backend provides an auto-generated, interactive API documentation accessible at: