Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 788 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 788 Bytes

Gravie Challenge

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

help

look at Makefile for quick examples.

# get help
make help

test with docker

look at Makefile for quick examples.

# make image
make docker.build
# run container
make docker.run

test app in browser

search for games

http://localhost:8000/search/
- example: http://localhost:8000/search/mario

checkout game

http://localhost:8000/checkout/<id>
- example: http://localhost:8000/checkout/91349

show checked out games

http://localhost:8000/checked_out