Skip to content

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 ).It's built using react and djan go

Notifications You must be signed in to change notification settings

Priyanka7011/medikit

Repository files navigation

Medikit

How to run

  1. Clone the repo to your local system

    git clone https://github.com/manan2110/MedGuide.git

  2. Create a virtual environment. You can use this link for reference.

    python -m venv venv

  3. Activate your virtual environment using :

    venv/Scripts/activate

    Here venv is the name of virtual environment.

  4. Install all the requirements required to run the project :

    pip install -r requirements.txt

  5. Run the django server :

    python manage.py runserver

  6. In another terminal change directory to server :

    cd server

  7. Install node module

    npm i

  8. Start the VC server

    npm start

  9. Install node module

    npm i

  10. Start react server :

    npm start

  11. You can view the webapp by going to the localhost:3000 on you web browser.

Documents

You can find the api guide in the api folder.

You can find the frontend guide in the frontend folder.

What it does

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 ).

How we built it

  • Backend : Django
  • Frontend : React
  • VC Server : Socket io
  • Database : CockroachDB
  • Nearby Api : mapmyindia

What's next for MedGuide

  • Categorising medicines
  • Adding OAuth2
  • Integrating Google Maps
  • Adding chat to VC
  • Read prescription from image
  • Finding the best price for prescription

Contributors :

Priyanka7011
Priyanka Kumari
manan2110
Manan Gyanchandani
Ayush6602
Ayush Das

About

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 ).It's built using react and djan go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •