My name is Alain Sánchez Gutiérrez (https://about.me/mr.brazzi).
I'm a Software Developer and Father, both at full time. I like self-learn and I learn quick. I enjoy teach what I learn. I believe in teamwork and help teammates when they need.
This exam was developed on Windows 10 with Python 3.6 using PyCharm 2020.1.
virtualenv -p python .venv
source .venv/bin/activate
pip install requirements.txt
python -m pyw
or
python pyw.py
docker-compose build
docker-compose run
- Docker
- Docker Compose
- From root directory, edit the file
./pyw.py
and in line 77 add the following code:
url = 'http://localhost:5000'
cd flask/
docker-compose build
docker-compose run -d
Open a browser and visit the following url
http://localhost:5000