# 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 Main technologies used in the project.
Front End Back End Libraries
Vue.js Spring Maska
Node.js Java
TypeScript MySQL/MariaDB
## 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 ```