A Python Flask App using test data
A virtual environment is required to use Flask. Configure a virtual environment from the command line. pip install flask inside the virtual env. You will also need pip install json. Other packages are automatically installed when installing flask. The people.html file should be added to a templates fodler in your virtual environment. The requirements file is for AWS use