News-Hub
- An application that enables users to view various news sources on the homepage. Users will be able to select a news source and see all news articles from the news source. Users can also click on an article and read the full article on the source website.
- Open Terminal
{Ctrl+Alt+T}
- Clone the repository
$ git clone https://github.com/JohnKarima/news-hub
- Move into directory
$ cd news-hub
- Open project on code editor
$ code .
- Run the application by opening the cloned file in terminal and running the commands:
$ chmod +x start.sh
$ ./start.sh
- Run the test for the application:
$ python3.8 manage.py test
- Python
- Flask
- Bootstrap
- CSS
- pip
- 2020, John Karima.