Set up the initial FastAPI backend foundation for CareerPilot AI.
This issue will create the first runnable backend app with basic endpoints and dependency tracking.
Acceptance Criteria:
- FastAPI and Uvicorn are installed in the backend virtual environment
backend/requirements.txt is created
backend/main.py is created
- Root endpoint
/ returns a basic response
- Health endpoint
/health returns backend status
- Backend can run locally
Set up the initial FastAPI backend foundation for CareerPilot AI.
This issue will create the first runnable backend app with basic endpoints and dependency tracking.
Acceptance Criteria:
backend/requirements.txtis createdbackend/main.pyis created/returns a basic response/healthreturns backend status