RestAPIs of Pet store using FastAPI framework
git clone https://github.com/kartikkaklotar/Petstore.git
cd Petstore
pytho3 -m venv .env
source .env/Script/activate
pip install -r requirements.txt
uvicorn main:app --reload
- It will run localserver to server the API
- local server