Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ This is the **recommended** way to run OpenCare-Africa as it ensures consistency
curl http://localhost:8000/health/

# Test the web interface
open http://localhost:8000/
# macOS
open http://localhost:8000/

# Windows
start http://localhost:8000/
```

7. **Access the application**
Expand Down Expand Up @@ -222,7 +226,11 @@ If you prefer to run the application locally without Docker:
curl http://localhost:8000/health/

# Test the web interface
open http://localhost:8000/
# macOS
open http://localhost:8000/

# Windows
start http://localhost:8000/
```

## 📊 API Documentation
Expand Down