/python-api-demo

docker, python, flask, and sqlite working in harmony

Primary LanguagePythonApache License 2.0Apache-2.0

python-api-demo

Container Usage
  • Build Container: make build
  • Run Container: make run
  • Build and Run Container: make up
  • Stop Container: make stop
  • Remove Container: make remove
  • Stop and Remove Container: make destroy
  • Debug Container: make debug
  • Container Logs: make logs

Testing

  • Verify container is working: curl localhost:5000