diff options
| author | Lucas <lucasxberger@gmail.com> | 2023-02-08 15:45:39 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-08 15:45:39 -0300 |
| commit | 6fad75152a2d037dcc9de2f4c023e521db736a3c (patch) | |
| tree | d26e45d9fdee28a92e2d63a78b313be3b9087f40 /README.md | |
| parent | 514f2e7194a875cfc53d7e1bccd922db2bbb3f3f (diff) | |
update readme
Diffstat (limited to 'README.md')
| -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 +``` |
