Web API built with Flask. Contains 1 GET request to fetch an image of a blank pixel used to obtain read receipt information in the mass email campaign.
The API is deployed at readreceipts.net, which is an alias for the actual Elastic Beanstalk link.
In the terminal / cmd, follow the following steps if you're using a Windows machine.
set FLASK_APP=application
flask run
The API will run on http://localhost:5000/.