A full-stack Next.js project with AI-powered caregiver assistance.
-
Install dependencies:
npm install
-
Configure environment variables in
.env.local:NEXT_PUBLIC_SUPABASE_URL=your-supabase-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
-
Run the development server:
npm run dev
Build and run the application using Docker Compose:
docker compose -f docker/docker-compose.yml up --buildapp/: Next.js App Router (pages, components, API routes)lib/: Business logic, database clients, and utility functionstypes/: TypeScript interfaces and type definitionsdocker/: Docker configuration files