FalconSocial / example-api-log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example API Log

To set up:

pip install -r requirements-dev.txt

To run using the development runtime:

python run.py

or with Gunicorn:

gunicorn --log-level=debug --workers=1 --bind=0.0.0.0:8080 run:app --access-logfile=-

Then go here: http://localhost:8080/api/v1/basic/ping

About


Languages

Language:Python 73.7%Language:Dockerfile 26.3%