Skip to content

The purpose of this application is to help me practice flask concepts of API call and connections, template inheritance and deploying Flask applications to Heroku.

Notifications You must be signed in to change notification settings

Rachelnk/NewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 

Repository files navigation

NewsApp

Description

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.

Authors

Rachel Kiarie

Installation Instructions

Prerequisites

  • python3.6
  • pip
  • virtualenv

Cloning

  • Clone the repository to your local machine. e.g. $ git clone https://github.com/Rachelnk/NewsApp.git
  • cd NewsApp

Creating virtual environment

  • python3.6 -m venv --without-pip virtual
  • source virtual/bin/env
  • curl https://bootstrap.pypa.io/get-pip.py | python

Running the application

  • $ chmod +x start.sh
  • ./start.sh

Testing the Application

To run the test cases:

python3.8 manage.py tests

Technologies used

  • Python3.8
  • Flask

Support and contact details

You can reach out via rachael.kiarie@student.moringaschool.com

License

  • MIT License

Copyright (c) 2022

Contributors:

  • Rachel Kiarie

About

The purpose of this application is to help me practice flask concepts of API call and connections, template inheritance and deploying Flask applications to Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published