A RESTful API built with FastAPI to manage patient records using JSON storage.
- Get all patients
- Add a new patient
- Update patient details
- Delete patient records
- Python
- FastAPI
- Uvicorn
patient-api/ │── main.py │── patient.json │── README.md │── .gitignore
git clone https://github.com/mirmohsin0/patient-api.git
cd patient-api
pip install fastapi uvicorn