No description
Find a file
Oliver Großkloß 8759b45518
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: generate launcher icons (adaptive dark blue background)
2025-10-17 12:11:54 +02:00
.woodpecker Fix YAML parsing error in Woodpecker CI by quoting curl commands 2025-10-17 02:54:51 +02:00
android chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
integration_test Add integration test setup and fix script paths 2025-10-17 00:44:17 +02:00
ios chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
lib chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
linux initial build of flutter project 2025-10-16 14:29:35 +02:00
macos updated MacOS entitlements 2025-10-16 14:31:48 +02:00
test initial build of flutter project 2025-10-16 14:29:35 +02:00
test_driver Add integration test setup and fix script paths 2025-10-17 00:44:17 +02:00
ui_drafts chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
web chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
windows initial build of flutter project 2025-10-16 14:29:35 +02:00
.gitignore initial build of flutter project 2025-10-16 14:29:35 +02:00
.metadata initial build of flutter project 2025-10-16 14:29:35 +02:00
analysis_options.yaml initial build of flutter project 2025-10-16 14:29:35 +02:00
docker-compose.yml Add Docker setup for Flutter web app deployment 2025-10-17 01:30:46 +02:00
Dockerfile Add Docker setup for Flutter web app deployment 2025-10-17 01:30:46 +02:00
pubspec.lock chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
pubspec.yaml chore: generate launcher icons (adaptive dark blue background) 2025-10-17 12:11:54 +02:00
README.md Format setup and update instructions as code blocks in README 2025-10-17 03:07:16 +02:00

WaiterOrder

Alt Text

View Demo

A new Flutter project. to order waiters :)

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

CI / CD

Mirror to: https://git.olli.info/Oliver/WaiterOrder_Frontend
CI: https://ci.olli.info/repos/2 Build Status

🚀 Setup

git clone https://gitlab.lrz.de/swe1_if/swe_ws2526/team03/frontend.git
cd frontend

sudo docker compose up -d

🔄 Update

# cd /mnt/Data/Apps/HM_SE/WaiterOrder/frontend

git pull
sudo docker compose down
sudo docker compose build --no-cache
sudo docker compose up -d