web_api_knowledge This is a simple app is aimed to solidify and escalate web api knowledge Build and run the app: docker build -t webapi:dev .; docker run --rm -p 8000:8000 webapi:dev