Mohraf / news-app

Flask app to list and preview news articles

Home Page:https://intense-sea-08315.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEWS APP

Python Flask Application

By Amos Okello

Description

Flask app that uses the NewsAPI to list and preview news articles

Setup/Installation Requirements

  • Clone the repo:
git clone https://github.com/Mohraf/news-app.git
  • Open the folder with your favorite IDE
  • Create a virtual environment and activate it
  • install requirements
pip install -r requirements.txt
  • Run the application using the following command
python3 manage.py server

Live link

https://intense-sea-08315.herokuapp.com/

Technologies Used

Support and contact details

amosokello04@gmail.com

License

This is under the MIT license Copyright (c) 2022 Amos Okello

About

Flask app to list and preview news articles

https://intense-sea-08315.herokuapp.com/

License:MIT License


Languages

Language:Python 74.4%Language:HTML 25.6%