-
Clone the repo to your local system
git clone https://github.com/manan2110/MedGuide.git
-
Create a virtual environment. You can use this link for reference.
python -m venv venv
-
Activate your virtual environment using :
venv/Scripts/activate
Here venv is the name of virtual environment.
-
Install all the requirements required to run the project :
pip install -r requirements.txt
-
Run the django server :
python manage.py runserver
-
In another terminal change directory to server :
cd server
-
Install node module
npm i
-
Start the VC server
npm start
-
Install node module
npm i
-
Start react server :
npm start
-
You can view the webapp by going to the localhost:3000 on you web browser.
You can find the api guide in the api folder.
You can find the frontend guide in the frontend folder.
Our App allows the patient to consult with the doctor regarding the medicines availability and prices of medicine nearby the patient, and discuss the total cost of the prescription with the doctor. ( So that doctor can suggest better alternative ).
- Backend : Django
- Frontend : React
- VC Server : Socket io
- Database : CockroachDB
- Nearby Api : mapmyindia
- Categorising medicines
- Adding OAuth2
- Integrating Google Maps
- Adding chat to VC
- Read prescription from image
- Finding the best price for prescription
Priyanka Kumari |
Manan Gyanchandani |
Ayush Das |