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
--> 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
--> To run the App, we use :
python manage.py runserver
⚠ Then, the development server will be started at http://127.0.0.1:8000/
Home View |
News Display |