feat(api): add tags to event and user routes for better categorization

This commit is contained in:
Dominik 2025-06-16 11:09:43 +02:00
parent e1e348acb6
commit b9dda271af
Signed by: dominik
GPG key ID: 06A4003FC5049644
8 changed files with 28 additions and 1 deletions

View file

@ -3,6 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
network: host
image: git.dominikstahl.dev/dhbw-we/meetup:main
ports:
- '3000:3000'