diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-02-08 14:57:43 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-02-08 14:57:43 -0300 |
| commit | 514f2e7194a875cfc53d7e1bccd922db2bbb3f3f (patch) | |
| tree | 6b62dada02b9d02e624c40b7f3d4704537cbcb80 /README.md | |
readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..52dd4f3 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Voll - Managing your clinic (WIP) + +Voll is a webapp for managing medical clinics, you can register doctors and patients, schedule appointments and easily manage your clinic. + +The back-end is a rest api built in java/spring and the front-end is made with vue.js. + +It's a work in progress, it's not possible to schedule appointments yet. + +## Tech-Stack + + +<table> + <thead> + <tr> + <th>Front End</th> + <th>Back End</th> + <th>Libraries</th> + </tr> + </thead> + <tbody> + <tr> + <td>Vue.js</td> + <td>Spring</td> + <td>Maska</td> + </tr> + <tr> + <td>Node.js</td> + <td>Java</td> + <td></td> + </tr> + </tbody> + </table> |
