Md. Musfiqur Rahaman
Md. Musfiqur Rahaman

Learn More About NewsHub

How to run locally? Installation Steps, Dependencies, Live Demo etc.

๐ŸŒŽ Live Demo

Link: Click Here

๐Ÿ“ท Screenshots

Home Page of Site

๐Ÿ›  Dependencies

asgiref==3.3.4 
autopep8==1.5.7
beautifulsoup4==4.9.3
bs4==0.0.1
certifi==2022.6.15
chardet==4.0.0
Django==4.1
fontawesome-free==5.15.4
gunicorn==20.1.0
idna==2.10
pycodestyle==2.7.0
pytz==2022.2.1
requests==2.25.1
soupsieve==2.2.1
sqlparse==0.4.2
toml==0.10.2
urllib3==1.26.5
whitenoise==5.2.0

๐Ÿš€ Installation

  • 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 8040

  • This newshub app will be live on

http://127.0.0.1:8040/

Back to profile