A flask application that allows for a user to create a queue of articles that they have yet to read and search for articles that have been added by other users.
You first need to install the dependencies by running:
pip install -r requirements.txt
Then run the flask application:
flask run
A server will started on you localhost which you can visit in the browser.
You can also check run the unit tests on the application:
python tests.py