Skip to content

mangpo/russell-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up

git clone https://github.com/mangpo/russell-server.git
cd russell-server
mkdir static

Don't forget to create 'static' directory. The badges will be saved here in .png format.

Install Python Flask server:

pip install flask

To run the server in debug mode, type:

python server.py

To run the server in production mode (with multiple threads), type:

uwsgi --ini uwsgi.ini

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published