Asahel-code / ussd_telemed_service

Bring telemedicine service to ussd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USSD Telemedicine Service

Bring telemedicine service to ussd

Pre-requisite

Ensure your add your environment variable first, use env.example to create your environment variables

Create a virtual environment:

/usr/bin/python3 -m venv venv

Activate your virtual environment:

source venv/bin/activate

Install all required dependencies:

pip install -r requirements.txt

Finally run your application

python app.py

About

Bring telemedicine service to ussd


Languages

Language:Python 100.0%