Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 517 Bytes

article-queue

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.

Instructions

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