Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 2.76 KB

README.md

File metadata and controls

90 lines (69 loc) · 2.76 KB

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