DocHour is a web application built using the Django framework that enables users to book appointments with doctors from anywhere in the world and engage in chat sessions with expert medical professionals. The application allows users to search for doctors by specialty, location, and availability, making it easy to find and book appointments that fit their needs. Additionally, users can communicate with doctors through a chat interface, enabling them to ask questions, receive advice, and discuss their concerns in real-time. The DocHour project has the potential to make healthcare more accessible and convenient for users, as it eliminates the need for in-person appointments and allows users to receive medical guidance from the comfort of their own homes.
-
install python (https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe)
don't forget to add as enviroment variable while installing ( how to do : https://drive.google.com/file/d/1y_HXNBPkXcLPN2dY4FHfo6gKh-gFRmnQ/view?usp=share_link)
-
Download and install vs code (https://code.visualstudio.com/download)
-
install git (https://www.geeksforgeeks.org/introduction-and-installation-of-git/)
-
create a folder and open vs code in that folder
-
open terminal in vs code
-
To check whether git is correctly installed
git -v
-
cloning the project (downloading project to local machine)
git clone https://github.com/musowir/DocHour.git
-
go to project directory
cd DocHour
-
create a virtual environment
python -m venv env
-
activating environment
env\Scripts\activate
-
To install required libraries
pip install -r requirements.txt
12.updating database
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
All done! server running!
screenshot of the process : https://drive.google.com/file/d/1e3SQ67AeM0Fh2vic6eJb8TRXuyeprxqv/view?usp=share_link