Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 369 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 369 Bytes

This serves as a boilerplate template for hosting a pythonic API endpoint in a docker container.

Standup the service with the following instructions:

  1. source ./build_image.sh
  2. edit run_container.sh to update path ~/Documents/api_template_container/src for your machine.
  3. source ./run_container.sh
  4. python3 src/request.py to test the API functionality