fake-survey-gen-foundation
Installation
SKILL.md
Fake Survey Generator - Project Foundation
Project Overview
Fake Survey Generator is a modern distributed application built with .NET 10.0 and Aspire orchestration. It demonstrates a microservice architecture with a React frontend, multiple backend services, and enterprise infrastructure patterns (Dapr, SQL Server, Redis, Azure deployment).
Architecture Overview
Frontend
- Framework: React 19 + Vite + TypeScript
- Location:
src/client/ui/ - Authentication: Auth0
- Styling: Tailwind CSS 4.1
- Build:
npm run build(TypeScript checking + Vite bundling) - Dev Server: Runs on port 3000 (managed by Aspire)