Skip to content

kartikkaklotar/Petstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Petstore

RestAPIs of Pet store using FastAPI framework

clone Repository

git clone https://github.com/kartikkaklotar/Petstore.git

Virtual Environment creation

cd Petstore
pytho3 -m venv .env
source .env/Script/activate

Install dependencies

pip install -r requirements.txt

Run the application

uvicorn main:app --reload

About

RestAPIs of Pet store using FastAPI framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages