Skip to content

Commit b524724

Browse files
docs: move demo to deployment
1 parent b77bf93 commit b524724

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Many students at TUM, particularly in the larger study programs, report feeling
88

99
Our tool - *Meet@Mensa* - focuses on transforming the potentially uncomfortable situation of eating alone at the Mensa into an opportunity to meet fellow students and make new friends.
1010

11-
# 📺 Live Demo
12-
13-
Check it out for yourself at [app.meetatmensa.com](https://app.meetatmensa.com)!
14-
1511
# 🥘 Features
1612

1713
### Sign up
@@ -34,6 +30,10 @@ Talking to new people can be hard at the start, so meet@mensa takes advantage of
3430

3531
# 🚀 Installation and Deployment
3632

33+
## Live Demo
34+
Check it out for yourself at [app.meetatmensa.com](https://app.meetatmensa.com)!
35+
36+
## Deploy it Yourself
3737
Instructions for deploying with Docker-Compose and Kubernetes are available [here](deployment/README.md)
3838

3939
# 🔭 Repository Overview

server/matching/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A Spring Boot application built with Gradle supporting the matching process in t
44

55
## Class Diagram
66
Diagram showing the basic class structure for the Matching Microservice
7+
78
![Class Diagram](../../resources/diagrams/meetatmensa_uml_class_matching.png)
89

910
## Local Deployment with Docker

server/user/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ A Spring Boot application built with Gradle supporting the user-related features
44

55
## Class Diagram
66
Diagram showing the basic class structure for the User Microservice
7+
78
![Class Diagram](../../resources/diagrams/meetatmensa_uml_class_user.png)
89

10+
##
11+
912
## Local Deployment with Docker
1013
```
1114
# Build and tag the Docker image

0 commit comments

Comments
 (0)