Skip to content

code4hk/NewsdiffHK-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsdiffHK

This is the backend of Newsdiff HK.

The frontend lives here, and the news scrapper lives here

Inspired by and modified from similar projects in Taiwan and US.

Dev Environment Setup

Install mongodb and start it up:

$mongod --dbpath <path to ur dev db>

To create a virtual environment and install the dependencies:

$ virtualenv -p python3 newsdiff
$ source newsdiff/bin/activate
$ pip3 install -r requirements.txt

To start API handling:

$ gunicorn api:app

To deactivate the virtual environment after use:

$ deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages