Skip to content

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.

Notifications You must be signed in to change notification settings

tmonty12/article-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published