Skip to content

rabahdj2002/KeepNews2.0

Repository files navigation

Keep News 2.0

Keep News 2.0 Is An Automated News Delivery System for Exclusive News And Events That Concern The Russia-Ukraine Conflict.

The website automatically fetches news using a free third-party API every 1 hour.

View DEMO

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/rabahdj2002/KeepNews2.0.git

--> Move into the directory where we have the project files :

cd KeepNews2.0

--> Create a virtual environment :

# Let's install virtualenv first
pip install virtualenv

# Then we create our virtual environment
virtualenv envname

--> Activate the virtual environment :

envname\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

Running the App

--> To run the App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

App Preview :

 

Home View


News Display

Releases

No releases published

Sponsor this project

Packages

No packages published