Address Book

Clone the repository using

git clone https://github.com/shrinidhinhegde/addressBook.git

Install the dependencies using

pip install -r requirements.txt

Run the application using

uvicorn app.main:app --reload 

Open the browser and go to

http://localhost:8000/docs

to try out the APIs