Skip to content

DhruvRaipure/BitNews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitNews 📰

Maintenance made-with-python GitHub contributors Open Source Love png1

This is a one of a kind web application for a modern news ecosystem to tackle fake news hassle free, written in flask-python. It further uses gunicorn as the WSGI interface to make it production ready.

jdge1

Getting Started

To run the application

git clone https://www.github.com/unicorn-io/BitNews

As you are into the repository locally you can setup an virtual environment (optional)

python -m venv env
source /env/Scripts/activate

Now make sure you have installed all the requirements freezed in requirements.txt

pip install -r requirements.txt

To deploy the application on the local host

python run.py

To use an production ready WSGI Interface such as gunicorn

gunicorn --bind 0.0.0.0:8080 wsgi:app

API's and References

About

News Ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.5%
  • CSS 8.0%
  • JavaScript 7.6%
  • HTML 7.3%
  • SCSS 2.6%
  • Less 2.5%
  • Python 1.5%