diff options
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> |
