Check the presentation document here https://github.com/armmarov/journey-to-production/blob/main/doc/Journey-To-Production.pdf
> python3.8 -m venv venv
> source venv/bin/activate
> pip install --upgrade pip
> pip install -r requirements.txt
> flask run
1. Open the browser
2. Open the url http://localhost:5000/apidocs
> flask run
> curl localhost:5000/health
> ./run_docker.sh