NewsHub

所属分类:collect
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-08-15 16:54:18
上 传 者sh-1993
说明:  新闻中心,
(NewsHub,)

文件列表:
.idea/ (0, 2023-12-27)
.idea/inspectionProfiles/ (0, 2023-12-27)
.idea/inspectionProfiles/profiles_settings.xml (174, 2023-12-27)
.idea/misc.xml (191, 2023-12-27)
.idea/modules.xml (266, 2023-12-27)
.idea/newshub.iml (1049, 2023-12-27)
.idea/vcs.xml (180, 2023-12-27)
.vscode/ (0, 2023-12-27)
.vscode/settings.json (102, 2023-12-27)
CONTRIBUTING.md (181, 2023-12-27)
LICENSE (1077, 2023-12-27)
Pipfile (224, 2023-12-27)
Pipfile.lock (14582, 2023-12-27)
Procfile (26, 2023-12-27)
db.sqlite3 (192512, 2023-12-27)
manage.py (663, 2023-12-27)
news/ (0, 2023-12-27)
news/__init__.py (0, 2023-12-27)
news/admin.py (357, 2023-12-27)
news/apps.py (83, 2023-12-27)
news/forms.py (287, 2023-12-27)
news/migrations/ (0, 2023-12-27)
news/migrations/0001_initial.py (694, 2023-12-27)
news/migrations/0002_headline.py (613, 2023-12-27)
news/migrations/0003_news_bookmark.py (526, 2023-12-27)
news/migrations/0004_rename_bookmark_news_bookmarks.py (356, 2023-12-27)
news/migrations/0005_auto_20210516_0440.py (1367, 2023-12-27)
news/migrations/0006_auto_20210516_0504.py (863, 2023-12-27)
news/migrations/0007_auto_20210516_0512.py (494, 2023-12-27)
news/migrations/0008_news_bookmark.py (538, 2023-12-27)
news/migrations/__init__.py (0, 2023-12-27)
news/models.py (508, 2023-12-27)
news/new_scrapper.py (1316, 2023-12-27)
news/scraper.py (1173, 2023-12-27)
news/scraper2.py (1119, 2023-12-27)
... ...

NewsHub

A multi-functional News Aggregator web app using Django

***Home Page*** ![home-latest](https://user-images.githubusercontent.com/47440165/120078143-d341cc00-c0cf-11eb-8af6-81507ac5d15c.png) **_Archive Page_** ![archive](https://github.com/MusfiqDehan/newshub/blob/master/static/Screenshots/archive.png) ## 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/`

近期下载者

相关文件


收藏者