This project provides a FastAPI backend for generating test data.
main.py: FastAPI application entry point.requirements.txt: Python dependencies.vercel.json: Deployment configuration (if used).app/: Backend application code.
- Install dependencies:
pip install -r requirements.txt
- Start the FastAPI backend:
uvicorn main:app --reload
- Access interactive API docs at:
http://localhost:8000/docs