this implements the Gravie challenge
- follow steps below to build/run docker image (assumes docker is running)
- then open browser to confirm search and checkout works
look at Makefile for quick examples.
# get help
make help
look at Makefile for quick examples.
# make image
make docker.build
# run container
make docker.run
http://localhost:8000/search/
- example: http://localhost:8000/search/mario
http://localhost:8000/checkout/<id>
- example: http://localhost:8000/checkout/91349
http://localhost:8000/checked_out