This project was generated with Python's Virtual CLI Environment version 3.8.10
Victor Shaviya
Moringa School Core(Python/Flask) Student.
This project is all about building an amazing application that will help users list and preview news articles from various sources.
The user should be able to:
- See various news sources on the homepage of the application.
- Select a news source and see all news articles from the selected news source in the application.
- See the image, description and the time a news article was created.
- Click on an article and read the full article on the source website.
The project was deployed to GitHub pages for publication.
To view the project's live site.
- Open Terminal {Ctrl+Alt+T}
- git clone rejelea
- cd rejelea
- code . or atom . based on the text editor you have.
To run the application, open the cloned file in terminal and run the following commands:
$ chmod a+x start.sh
$ ./start.sh
To run unittest for the application:
$ python3 manager.py test
- Python 3.8.10
- Flask 2.0.2
- Werkzeug 2.0.2
Email: [email protected]
© Victor Shaviya,
Moringa School Independent Project.