This Flask API facilitates error reporting for PEP.
For local development you can run this as a regular Flask app.
For local development:
As a best practice, set up a Python virtual environment. (More info)
Install library:
pip install virtualenv
Create your virtual environment:
virtualenv venv
Begin using your virtual environment:
source venv/bin/activate
To stop using when you are done:
deactivate
make install
make test
To set up properties, update flask-config-overwrite.json
then run:
make run
Once you are running the app the main page points to a Swagger documentation of the API.