gabrielslotti / flask-pydantic-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Pydantic Example

💡 Basic usage

  1. Create your virtual env or use the poetry shell
poetry shell
  1. Install all dependencies
poetry install
  1. Run the app
poetry run flask --app app run --debug
  1. Run tests
poetry run nose2 -v tests

About


Languages

Language:Python 100.0%