Skip to content

edwardhu-datadog/test-fastapi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

test-fastapi-app

A barebones FastAPI app that returns Hello World.

Run locally

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --host 127.0.0.1 --port 8000

Then open http://127.0.0.1:8000.

About

Barebones FastAPI hello-world app for testing setup flows

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages