Skip to content

eugeniusw/FastAPIQuickStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI QuickStart

Provides scalable FastAPI project structure

Usage

  • clone this repo
  • install FastAPI
    pip install "fastapi[all]"
  • run
    • using uvicorn
      uvicorn main:app --relaod
      
    • using python
      python main.py
      
  • browse the sample app http://localhost:8000/v1/hello

About

Provides Scalable FastAPI Project Structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages