Skip to content

hasanmehmood/fast-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-api-examples

This is a sample project and I will be implementing most commonly methods using FastAPI

Running the app

git clone https://github.com/hasanmehmood/fast-api-examples.git
cd fast-api-examples
python3 -m venv venv3
. venv3/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

Your app will run on port 8000 by default. --> http://localhost:8000

About

This is a sample project and I will be implementing most commonly web methods using FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages