Goal
Set up the initial monorepo folder structure for CareerPilot AI.
This issue will add placeholder files so Git can track the backend and frontend folders. The backend folder will later contain the FastAPI application, and the frontend folder will later contain the Next.js application.
Acceptance Criteria:
backend/ folder exists and is trackable by Git
frontend/ folder exists and is trackable by Git
- Placeholder
.gitkeep files are added where needed
- Existing
.gitignore continues to ignore local files like .venv/, .idea/, cache files, and frontend build folders
Goal
Set up the initial monorepo folder structure for CareerPilot AI.
This issue will add placeholder files so Git can track the backend and frontend folders. The backend folder will later contain the FastAPI application, and the frontend folder will later contain the Next.js application.
Acceptance Criteria:
backend/folder exists and is trackable by Gitfrontend/folder exists and is trackable by Git.gitkeepfiles are added where needed.gitignorecontinues to ignore local files like.venv/,.idea/, cache files, and frontend build folders