A web application is built using Python framework (Flask) and New York Times API. The app displays information about news articles from New York Times Media from the last 7 days.
- Git clone the repository
https://github.com/swtlbyz/Flask-News-App.git
- cd into Flask-News-App
cd Flask-News-App
- create a virtual env
py -m venv .venv
- activate .venv
.venv\scripts\activate
- Open CMD & Install Dependancies
pip install -r requirements.txt
- Run the flask
python -m flask run