Nick Adam d1e9c2433c added fix for empty CSR history after uploading ones
deleted:    backend/spaces.db-shm
	deleted:    backend/spaces.db-wal
	modified:   frontend/src/App.jsx
	modified:   frontend/src/components/Sidebar.jsx
	new file:   frontend/src/hooks/usePermissions.js
	modified:   frontend/src/pages/Home.jsx
	modified:   frontend/src/pages/Profile.jsx
	modified:   frontend/src/pages/SpaceDetail.jsx
2025-11-21 23:50:12 +01:00
2025-11-20 13:29:13 +01:00
2025-11-20 13:29:13 +01:00
2025-11-20 17:59:34 +01:00
2025-11-20 13:29:13 +01:00
2025-11-20 13:28:48 +01:00

Certigo Addon

Ein modernes React-Projekt mit Tailwind CSS und Go-Backend.

Projektstruktur

certigo-addon/
├── frontend/          # React Frontend mit Tailwind CSS
│   ├── src/
│   │   ├── components/
│   │   ├── pages/
│   │   └── App.jsx
│   └── package.json
└── backend/           # Go Backend
    └── main.go

Installation und Start

Frontend

cd frontend
npm install
npm run dev

Das Frontend läuft auf http://localhost:3000

Backend

cd backend
go mod download
go run main.go

Das Backend läuft auf http://localhost:8080

Features

  • Modernes React Frontend mit Tailwind CSS
  • Sidebar Navigation
  • Seiten: Home, Spaces, Impressum
  • Go Backend mit REST API
  • CORS Support für Frontend-Backend Kommunikation

Seiten

  • Home: Startseite mit System-Status
  • Spaces: Verwaltung von Spaces
  • Impressum: Rechtliche Informationen
Description
No description provided
Readme 12 MiB
Languages
JavaScript 58.6%
Go 41.1%
CSS 0.2%