Skip to content

fastapi use examples, new functionality debugging tools

Notifications You must be signed in to change notification settings

zhoutaoq/fastapi-devtools

Repository files navigation

fastapi-devtools

Description

  • fastapi + poetry web project

Environmental preparation

  • python >= 3.8

Quick start

  • pip install
pip install fastapi
pip install poetry
You need to add the storage path of poetry to your system's environment variables
  • lib install
cd fastapi-devtools
poetry add fastapi
poetry install
  • start service
poetry run uvicorn main:app --port 8000 --reload

About

fastapi use examples, new functionality debugging tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published