From b728b81dcf0c2b2a1528819021628adef0c0edb3 Mon Sep 17 00:00:00 2001 From: Gabriel Wagnitz Date: Mon, 10 Jun 2024 23:41:39 -0300 Subject: [PATCH] feat instructions on readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a43cdcc..c6496b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # 2024-Eventu Assignment for the 2024 edition of the "Web Development and the Semantic Web" course, by Gabriel Ferrari Wagnitz and Thaliys Antunes Daré -## Tips: +## To run the project: -- To run the app use ```mvnw spring-boot:run``` +- use ```mvnw spring-boot:run``` if you have java locally, or +- run ```docker compose up``` to run it using docker + +The initial test user for demo is +username: admin@gmail.com +password: admin