Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 659 Bytes

readme.adoc

File metadata and controls

22 lines (19 loc) · 659 Bytes
  1. Swagger

  2. Input Validation

  3. Multi tenant

Others

  • pip install flask flask-sqlalchemy marshmallow

  • pip install -U marshmallow-sqlalchemy

  • pip install flask-swagger

  • pip install -U apispec

  • pip install apispec-webframeworks

  • pip freeze > requirements.txt

Note

  • Load ENV at windows: source venv/Scripts/activate

  • Export Dependency: pip freeze > requirements.txt