This is a web application that displays different categories i.e. business, technology of news sources e.g. CNN, Indpendent. The various sources contain articles that are frequently updated, date and time the article was posted, author, an image and title . Upon clicking on a news article the user is redirected to the entire news article itself.
- python3.6
- pip
- virtualenv
- Clone the repository to your local machine. e.g.
$ git clone https://github.com/Rachelnk/NewsApp.git
cd NewsApp
python3.6 -m venv --without-pip virtual
source virtual/bin/env
curl https://bootstrap.pypa.io/get-pip.py | python
- $ chmod +x start.sh
- ./start.sh
python3.8 manage.py tests
- Python3.8
- Flask
- MIT License
- Rachel Kiarie