Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYTHON CALCULATOR

Functions:

  • Add
  • Subtract
  • Multiply
  • Divide

Future functions:

  • Exponent
  • Square Root
  • Area of square
  • Area of rectangle
  • Area of circle
  • Area of triangle

Usage

To run and use the calculator, you'll need Docker and docker-compose installed and running. After that, follow the next steps:

First, go to the directory where the source code is located. Example:

cd ./path/pyhton-calculator

Second; build the images and spin up the containers up inside the compose:

docker-compose up --build

Lastly, you can use the calculator by navigating to the URL:

http://localhost:5006/

About

Easy calculator with HTML front-end and Pyhton back-end, that separates each operation between independent microservices. They run on Docker containers, inside a Docker-compose.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages