jperez3 / python-api-demo

docker, python, flask, and sqlite working in harmony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

docker, python, flask, and sqlite working in harmony

License:Apache License 2.0


Languages

Language:Python 49.9%Language:Makefile 25.6%Language:Dockerfile 16.9%Language:Shell 7.6%