10 месяцев назад
История
README.md
AbstractAPI
Simple python backend framework ):
How to run
Note that to test this in windows you need waitress, because gunicorn didn’t supported in windows. To run waitress (windows):
$ waitress-serve --listen=127.0.0.1:8000 app:app
To run gunicorn (Linux, Mac):
$ gunicorn app:app
Otherwise, gunicorn works well in other platforms.
Конвейеры
0 успешных
0 с ошибкой