Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 717 Bytes

File metadata and controls

19 lines (12 loc) · 717 Bytes

learn-python

This is a start repository for a learning some basic python programming.

installing docker on windows

Follow the instructions here. Below are some links for understanding how to run docker on Windows:

running the program

Follow the below steps to run the program

  1. spin up the docker container: docker run ...
  2. start your python program: uvicorn learn_python.server:app --host 0.0.0.0 --port 8000 --reload
  3. now click here