Skip to content

📚A multi-functional Bangla and English News Aggregator web app using Django

License

Notifications You must be signed in to change notification settings

MusfiqDehan/NewsHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsHub

A multi-functional News Aggregator web app using Django

(Update is Going On)

Home Page home-latest

Archive Page archive

Live Demo

https://newshub-nl2p.onrender.com

How to run on your own pc

  • Clone or Download on repository
git clone https://github.com/MusfiqDehan/newshub.git
  • Change Directory
    cd newshub-master

  • Install dependencies from requirements.txt file
    pip3 install -r requirements.txt

  • Run migrations and migrate to update database
    python3 manage.py makemigrations && python3 manage.py migrate

  • Run server on localhost and open website in a browser
    python3 manage.py runserver 8000

  • This newshub app will be live on
    http://127.0.0.1:8000/