Skip to content

gsiawGH/grv241112

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published