Skip to content

DerbyPy/flog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flog

Install Dependencies & Run Tests

$ docker-compose up -d
$ pip install -r requirements.txt
$ pytest

App & Test Setup

2/27/20

$ ab -t 5 -c 5 http://localhost:5000/

$ waitress-serve --port=5000 server_falcon:falcon_app
$ waitress-serve --port=5000 server_flask:flask_app

$ gunicorn -b 127.0.0.1:5000 --workers=5 --worker-class=meinheld.gmeinheld.MeinheldWorker server_falcon:falcon_app
$ gunicorn -b 127.0.0.1:5000 --workers=5 --worker-class=meinheld.gmeinheld.MeinheldWorker server_flask:flask_app

Pythonwebconf

  1. Database testing configuration string

About

flask blog app that demos features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published