Contact Book REST API Simple FastAPI project to manage contacts with full CRUD functionality. How to Run # Install dependencies pip install -r requirements.txt # Run the server uvicorn app.main:app --reload