This serves as a boilerplate template for hosting a pythonic API endpoint in a docker container.
Standup the service with the following instructions:
source ./build_image.sh
- edit
run_container.sh
to update path~/Documents/api_template_container/src
for your machine. source ./run_container.sh
python3 src/request.py
to test the API functionality