fastapi-course icon indicating copy to clipboard operation
fastapi-course copied to clipboard

[Enhancement] added Dockerfile, docker-compose.yaml and the README.md

Open ShahriyarR opened this issue 4 years ago • 1 comments

In the third section of the Youtube video course -> Install and Setup you have used the virtualenv and also changing or upgrading the Python version globally in Linux environments is a dangerous action as the Python version must not be upgraded or touched manually, instead it should be as part of the system upgrade. I think the best is to use Docker here and use the latest version of Python without interfering with the system. This PR basically consists of Dockerfile, docker-compose.yaml, and the README.md file which should ideally explain the usage of docker-compose.

ShahriyarR avatar Feb 16 '21 17:02 ShahriyarR

please notice this and update the main repo sir :D @bitfumes

In the third section of the Youtube video course -> Install and Setup you have used the virtualenv and also changing or upgrading the Python version globally in Linux environments is a dangerous action as the Python version must not be upgraded or touched manually, instead it should be as part of the system upgrade. I think the best is to use Docker here and use the latest version of Python without interfering with the system. This PR basically consists of Dockerfile, docker-compose.yaml, and the README.md file which should ideally explain the usage of docker-compose.

hansenf avatar Aug 02 '22 07:08 hansenf