gustavguez / first-fastapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first-fastapi

  • python3 -m venv env
  • source env/bin/activate
  • pip install fastapi
  • pip install "uvicorn[standard]"
  • pip install SQLAlchemy
  • uvicorn main:app --reload

About


Languages

Language:Python 100.0%