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 @@ -71,6 +71,9 @@ This is the **recommended** way to run OpenCare-Africa as it ensures consistency
# Copy environment template
cp env.example .env

# Windows (PowerShell):
# Copy-Item env.example .env

# The .env file is already configured for Docker
# No changes needed unless you want to customize settings
```
Expand Down Expand Up @@ -103,7 +106,8 @@ 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/Linux: open http://localhost:8000/
# Windows: start http://localhost:8000/
```

7. **Access the application**
Expand Down Expand Up @@ -184,6 +188,9 @@ If you prefer to run the application locally without Docker:
# Copy environment template
cp env.example .env

# Windows (PowerShell):
# Copy-Item env.example .env

# Update .env for local development
# Change DB_HOST=localhost and REDIS_HOST=localhost
```
Expand Down Expand Up @@ -222,7 +229,8 @@ If you prefer to run the application locally without Docker:
curl http://localhost:8000/health/

# Test the web interface
open http://localhost:8000/
# macOS/Linux: open http://localhost:8000/
# Windows: start http://localhost:8000/
```

## 📊 API Documentation
Expand Down