Skip to content

Latest commit

 

History

History
79 lines (74 loc) · 1.8 KB

README.md

File metadata and controls

79 lines (74 loc) · 1.8 KB

CloudHack_3

Team Details:

SRN Name Section
PES1UG19CS250 Mahesh Kumawat D
PES1UG19CS247 Yasaswini M D
PES1UG19CS206 Rakshitha Kandula D
PES1UG20CS818 Navya D

Directory Structure:

│   README.md
│   
└───microservices
    │   Docker-compose.yaml
    │   
    ├───addition
    │   │   Dockerfile
    │   │   
    │   └───app
    │           app.py
    │           requirements.txt
    │           
    ├───division
    │   │   Dockerfile
    │   │   
    │   └───app
    │           app.py
    │           requirements.txt
    │           
    ├───exponent
    │   │   Dockerfile
    │   │   
    │   └───app
    │           app.py
    │           requirements.txt
    │           
    ├───gcd
    │   │   Dockerfile
    │   │   
    │   └───app
    │           app.py
    │           requirements.txt
    │           
    ├───landing
    │   │   Dockerfile
    │   │   
    │   └───app
    │       │   app.py
    │       │   requirements.txt
    │       │   
    │       └───templates
    │               index.html
    │               
    ├───lcm
    │   │   Dockerfile
    │   │   
    │   └───app
    │           app.py
    │           requirements.txt
    │           
    ├───multiplication
    │   │   Dockerfile
    │   │   
    │   └───app
    │           app.py
    │           requirements.txt
    │           
    └───subtraction
        │   Dockerfile
        │   
        └───app
                app.py
                requirements.txt