Skip to content

AditHPatel/FASTAPI-TestLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

FASTAPI-TestLab

This is serves as a lab to get famaliar with FAST Api

Lab 01 — Hello FastAPI

Goal: Warm up with a tiny service.

Run locally

pip install -r requirements.txt
uvicorn app.main:app --reload
# open http://localhost:8000/docs

With Docker

docker build -t lab01-hello .
docker run -p 8000:8000 lab01-hello

0aeb8ba (sample commit done using CLI for FastAPI App)

About

This is serves as a lab to get famaliar with FAST Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages