summaryrefslogtreecommitdiff
path: root/README.md
blob: 52dd4f3167db8cf9513ddc709033dca4eee02cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>