Skip to content

FalconSocial/example-api-log

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published