FutureFlow is a SPA web application designed to help users explore education and career pathways.
2026-S-GROUP4-FUTUREFLOW
├── README.md
├── .gitignore
├── package.json
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
├── tsconfig.base.json
├── app
│ ├── api/ # Backend
│ ├── web/ # Frontend
│ └── ui-prototype/ # Figma/UI prototype assets
├── docs
│ ├── PR_templates/ # Pull Requests Templates
│ └── git_guide.md
└── packages/ #Shared Utilities
From the project root:
pnpm install
cd app/api
pnpm dev
The API runs on http://localhost:3000
cd app/web
pnpm dev
Frontend runs on: http://localhost:5173
- Always run
pnpm installfrom the root- Don't run the command inside subfolders