- Clone this repository to your computer.
git clone https://github.com/Clinton-dev/Hospital-mg-system.git - Open terminal command line then navigate to the root folder
cd Hospital-mg-system - Create virtual environment
python3 -m venv --without-pip <virtual environment name> - Run your virtual environment
source <virtual environment name>/bin/activate - Install Django in your environment
python -m pip install Django - Install other extensions required for the app to run
pip install -r requirements.txt - requirements.txt is in the root folder
- Run
python manage.py migrate - Run
python manage.py runserver
Clinton-dev/Hospital-mg-system
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|