Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 475 Bytes

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