Skip to content

gmstam/fastapi-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Starter Project

  1. Installare PyCharm CE
  2. Creare nuovo progetto con venv
  3. Installare dipendenze:
    • pip install fastapi
    • pip install uvicorn
  4. Creare file dipendenze:
    • pip freeze > requirements.txt
  5. avvio: uvicorn books:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published