Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 224 Bytes

File metadata and controls

12 lines (8 loc) · 224 Bytes

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