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