sh app_run.sh Shell Script will install all project dependencies and runs flask application.
Navigate to following paths in browser for swagger documentation
http://127.0.0.1:5000/swagger
Execute POST and GET requests to add numbers and retrieve sum
pytest
start flask application
sh app_run.sh
python src/tests/integration/api_test.py