No description
This repository has been archived on 2026-04-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 98.1%
  • Dockerfile 1.9%
Find a file
2025-12-04 11:27:06 +01:00
api Removed ui and updated api structure 2025-12-04 11:27:06 +01:00
.gitignore fixed bugs 2025-09-09 13:57:03 +02:00
docker-compose.yml Removed ui and updated api structure 2025-12-04 11:27:06 +01:00
Readme.md Added types 2024-11-07 23:49:05 +01:00

dizambee

Website to practice for zammad written in Nextjs, TypeScript and Tailwind. This website is a complete implementation of a card based learning website with all functionality implemented. In theory this website could be put in production and work out of the box.

Building

To start the frontend run docker compose up. This will start the website on port 3000, and the api on port 8080. The secrets required are detailed on the wiki (will be added here later).