diff --git a/README.md b/README.md index ebb83133..e35c30f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ![CI](https://github.com//Femcoders-SleepUp/SleepUp/actions/workflows/ci.yml/badge.svg) + +![sleepup_logo.png](src/main/resources/static/images/sleepup_logo.png) + # 💤 SleepUp — Backend API **SleepUp** is a backend application designed to manage accommodations and reservations in a secure, scalable environment. @@ -186,17 +189,13 @@ mvn spring-boot:run --- -## 📦 Diagrams -- **EER Diagram** — Entity-relationship overview of database schema -- **Class Diagram** — Core domain classes and relationships -- **Flow Diagrams** — Illustrating background tasks and workflows +## 📦 ER Diagram + +Entity-relationship overview of database schema +![sleepup_erdiagram.png](src/main/resources/static/images/sleepup_erdiagram.png) --- ## 👥 Contributors -- **Paula Calvo** — [GitHub](https://github.com/PCalvoGarcia) -- **Iris Sánchez** — [GitHub](https://github.com/isanort/) -- **Bruna Sonda** — [GitHub](https://github.com/brunasonda) -- **Paola Pinilla** — [GitHub](https://github.com/PaolaAPL17) -- **Thais Rocha** — [GitHub](https://github.com/thaisrqueiroz) +
Bruna Sonda
Bruna Sonda
Iris Sánchez
Iris Sánchez
Paula Calvo
Paula Calvo
Paola Pinilla
Paola Pinilla
Thais Rocha
Thais Rocha
\ No newline at end of file diff --git a/src/main/resources/static/images/sleepup_erdiagram.png b/src/main/resources/static/images/sleepup_erdiagram.png new file mode 100644 index 00000000..36bacd66 Binary files /dev/null and b/src/main/resources/static/images/sleepup_erdiagram.png differ diff --git a/src/main/resources/static/images/sleepup_logo.png b/src/main/resources/static/images/sleepup_logo.png new file mode 100644 index 00000000..5dc75504 Binary files /dev/null and b/src/main/resources/static/images/sleepup_logo.png differ