**Description:** Implement a simple FastAPI backend that serves mock data from mock_api.json with endpoints: - GET /drugs - GET /drugs/{id} **Acceptance Criteria:** - FastAPI server runs - endpoints return sample data - setup instructions added to README