mkenlo / mini-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

  • python 3

How to run

  1. install requirements: pip install -r requirements.txt
  2. run app flask --debug run Production environment : gunicorn --workers 4 --bind 0.0.0.0 app:app

Tests

pytest

About


Languages

Language:Python 88.8%Language:Dockerfile 11.2%