Building a REST API using Python and Flask. Just another API, I will have at my disposal to use later.
First order of business is to install the .venv
virtual environment, to install
packages. Also created a requirementes.txt
file to hold the list of dependacies installed. You will see in my .gitignore
file, I intended for my .venv
. It was just
by choice.