Skip to content

RamananRavichandran/doctor_drone_aws

Repository files navigation

To run this application you have to :

1 > create a virtual environment in python 1.1 - > Installing virtualenv -> On macOS and Linux:

        python3 -m pip install --user virtualenv

    On Windows:

        py -m pip install --user virtualenv

1.2 - > Creating a virtual environment On macOS and Linux:

        python3 -m venv env

    On Windows:

    py -m venv env

1.3 - > Activating a virtual environment On macOS and Linux:

        source env/bin/activate

    On Windows:

        .\env\Scripts\activate

1.4 - > Run below command to install required packages pip3 install -r requirements.txt

2 > to start the project type >

python3.6 run.py

NOTE : If errors throws saying module not found, install the module - > pip3 install module_name

3> open your browser and type http://0.0.0.0:5000/

For Hospital Login USername - hospital@gmail.com password - admin

For Central Inventory Login Username - inventory@gmail.com password - admin

Remote Hospital Pages :

image

image

image

image

image

Central Inventory Pages:

image

image

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published