Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 628 Bytes

File metadata and controls

28 lines (23 loc) · 628 Bytes

Annuaire Alumni

Project Structure

  • apps/web: Next.js frontend (TypeScript, Tailwind)
  • apps/cms: Strapi backend (Headless CMS)
  • scripts/scraping: Scraping scripts location

Getting Started

1. Backend (CMS)

Start the Strapi server (Admin Panel):

cd apps/cms
npm run develop

2. Frontend (Web)

Start the Next.js development server:

cd apps/web
npm run dev

Architecture

See GEMINI.md and docs/ for detailed architectural decisions (Option B).