Admin dashboard for the Motzklist platform. Built with Next.js, React, TypeScript, and Tailwind CSS.
# Install dependencies
npm install
# Configure environment (copy and edit)
cp .env.local.example .env.local
# Start development server
npm run devThen open http://localhost:3000.
Create .env.local with:
API_URL=http://localhost:8080 # Backend API (server-side only)
NEXT_PUBLIC_API_URL=/api # Client API endpoint
SESSION_SECRET=your-secret-here # Session secret- Docker Guide - Docker development and production setup
src/
├── app/ # Next.js pages and API routes
├── components/ # React components
├── context/ # React context providers
├── services/ # API communication layer
└── types/ # TypeScript definitions
- Framework: Next.js 16
- Language: TypeScript
- Styling: Tailwind CSS v4
- UI: React 19
MIT License