A simple Flask application with a login authentication system that gives daily news updates based on different categories like Business, Technical, Entertainment and General. There's also an option to view the top headlines.
-
Run
python tabledef.py
. -
Run
python dummy.py
. -
Run
python NewsApp.py
. -
Visit http://0.0.0.0:5000 and authenticate using:
username: 'abc'
password: 'xyz'.
-
To log out, visit http://0.0.0.0:5000/logout .