Skip to content

Motzklist/Admin-Front-End

Repository files navigation

Motzklist Admin Panel

Admin dashboard for the Motzklist platform. Built with Next.js, React, TypeScript, and Tailwind CSS.

Quick Start

# Install dependencies
npm install

# Configure environment (copy and edit)
cp .env.local.example .env.local

# Start development server
npm run dev

Then open http://localhost:3000.

Environment Configuration

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

Documentation

Project Structure

src/
├── app/                # Next.js pages and API routes
├── components/         # React components
├── context/            # React context providers
├── services/           # API communication layer
└── types/              # TypeScript definitions

Tech Stack

  • Framework: Next.js 16
  • Language: TypeScript
  • Styling: Tailwind CSS v4
  • UI: React 19

License

MIT License

About

The admin's dashboard and management site in the Motzklist project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages