From 6fad75152a2d037dcc9de2f4c023e521db736a3c Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 8 Feb 2023 15:45:39 -0300 Subject: update readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 52dd4f3..c22f27c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ It's a work in progress, it's not possible to schedule appointments yet. ## Tech-Stack +Main technologies used in the project. @@ -28,5 +29,21 @@ It's a work in progress, it's not possible to schedule appointments yet. + + + + +
Java
TypeScriptMySQL/MariaDB
+ +## Installation + +1. Configure the application.properties file in the api src folder and create a database with the configured name. Build and run the api. + +2. Go to the folder web-client/voll and run: + +``` +npm install +npm run serve +``` -- cgit v1.2.3-18-g5258