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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# OpenCare-Africa
# OpenCare-cora

A comprehensive health informatics platform backend built with Django, designed specifically for healthcare management in Africa.

## 🏥 Project Overview

OpenCare-Africa is a robust, scalable backend system for managing healthcare operations, patient records, health worker management, and health facility operations. The system is built with modern Django practices and includes comprehensive API endpoints for integration with frontend applications.
OpenCare-caore is a robust, scalable backend system for managing healthcare operations, patient records, health worker management, and health facility operations. The system is built with modern Django practices and includes comprehensive API endpoints for integration with frontend applications.

## ✨ Features

Expand Down Expand Up @@ -58,12 +58,12 @@ OpenCare-Africa/

### 🐳 Docker Setup (Recommended)

This is the **recommended** way to run OpenCare-Africa as it ensures consistency across all environments.
This is the **recommended** way to run OpenCare-core as it ensures consistency across all environments.

1. **Clone the repository**
```bash
git clone https://github.com/bos-com/OpenCare-Africa.git
cd OpenCare-Africa
git clone https://github.com/El-Fati/OpenCare-core.git
cd OpenCare-core
```

2. **Set up environment variables**
Expand Down Expand Up @@ -163,8 +163,8 @@ If you prefer to run the application locally without Docker:

1. **Clone the repository**
```bash
git clone https://github.com/bos-com/OpenCare-Africa.git
cd OpenCare-Africa
git clone https://github.com/El-Fati/OpenCare-core.git
cd OpenCare-core
```

2. **Set up Python virtual environment**
Expand Down