- Python
- Django
- HTML
- CSS
- Javascript
- Machine Learning
- Download the Project and Unzip it
- Open Commant Prompt
You must have Python3 installed in your system
Go to the project directory
cd MEDXPERT_MAJORPROJECT
Create Virtual Envoirnment of Python
pip install virtualenvwrapper-win
Make Virtual Envoirnment as I named it venv
mkvirtualenv venv
Open Virtual Envoirnment as
workon venv
Install Dependencies
pip install -r requirenments.txt
Start the Server
python manage.py runserver
Development Server started at
localhost:8000