HealthVerse is a platform that leverages affordable digital technology to improve access to quality primary healthcare in Africa. The platform will serve as an interactive tool to educate people about primary healthcare and its importance. It will feature educational videos, written content, infographics, and quizzes aimed at promoting health literacy and improving health-seeking behaviors.
Before you can run this project on your local machine, you'll need to install:
- Python 3
- Node.js
- Git
- Clone this repository to your local machine:
git clone https://github.com/castrombithisamm/heathverse-gol.git
- Navigate to the project directory and Install Virtualenv:
cd heathverse-gol
pip install virtualenv
- Activate Virtualenv:
Windows: venv\Scripts\activate
Linux: source venv/bin/activate
- Navigate to the project directory:
cd heathverse-gol
- Install Django dependencies:
pip install -r requirements.txt
- Navigate to the frontend directory and Install React dependencies:
cd frontend
npm install
-
Configure the project by creating a
.env
file by simply copying the .env.example file then rename it to .env and setting the required environment variables (see.env.example
for an example). Make sure to create a local database and run migrations as well. Use PostgreSql for the database. -
Run the Django development server:
python manage.py runserver
- Remember to run this command everytime you make some changes on the frontend React app directory:
npm run build
If you'd like to contribute to this project, please read our contributing guidelines and code of conduct.
If you have any questions or issues, please contact the Team Captain at [email protected]