diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-02-24 16:17:31 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-02-24 16:17:31 -0300 |
| commit | 34cba55860440ebbfd6738ec01fbaf64b45440ad (patch) | |
| tree | 4d295635dd3d30c6fce5a6a3de5081efa2d63426 | |
| parent | 9f82c403098bb96acd8b7116f84416d3b4643b57 (diff) | |
| parent | 6fad75152a2d037dcc9de2f4c023e521db736a3c (diff) | |
Merge branches
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. <table> <thead> @@ -28,5 +29,21 @@ It's a work in progress, it's not possible to schedule appointments yet. <td>Java</td> <td></td> </tr> + <tr> + <td>TypeScript</td> + <td>MySQL/MariaDB</td> + <td></td> + </tr> </tbody> </table> + +## 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 +``` |
