Skip to content

Latest commit

Β 

History

History
36 lines (26 loc) Β· 547 Bytes

File metadata and controls

36 lines (26 loc) Β· 547 Bytes

πŸš€ Patient API (FastAPI)

A RESTful API built with FastAPI to manage patient records using JSON storage.


πŸ”₯ Features

  • Get all patients
  • Add a new patient
  • Update patient details
  • Delete patient records

πŸ›  Tech Stack

  • Python
  • FastAPI
  • Uvicorn

πŸ“‚ Project Structure

patient-api/ │── main.py │── patient.json │── README.md │── .gitignore


βš™οΈ Installation & Setup

git clone https://github.com/mirmohsin0/patient-api.git
cd patient-api
pip install fastapi uvicorn