Skip to content

Commit f4347d5

Browse files
committed
docs(backend): update readme.md
1 parent 72ba508 commit f4347d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ uv install
2121

2222
This will automatically install all required dependencies listed in `uv.lock`.
2323

24+
---
25+
2426
## 📦 Key Dependencies
2527

2628
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
4143

4244
These dependencies are automatically installed with the `uv install` command as specified in the `uv.lock` file.
4345

46+
---
47+
4448
## 🛠 General Workflow
4549

4650
### 1. **Setup Environment**
@@ -71,6 +75,8 @@ These dependencies are automatically installed with the `uv install` command as
7175
uv run uvicorn main:app --reload
7276
```
7377

78+
---
79+
7480
## 🛡 API Documentation
7581

7682
The backend provides an auto-generated, interactive API documentation accessible at:

0 commit comments

Comments
 (0)