This is a start repository for a learning some basic python programming.
Follow the instructions here. Below are some links for understanding how to run docker on Windows:
Follow the below steps to run the program
- spin up the docker container:
docker run ...
- start your python program:
uvicorn learn_python.server:app --host 0.0.0.0 --port 8000 --reload
- now click here