From 74165bbd25981d06a16bc42a8bd39dec644275ae Mon Sep 17 00:00:00 2001 From: lucashemi Date: Tue, 28 Feb 2023 17:57:23 -0300 Subject: update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c22f27c..7e2e728 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Voll - Managing your clinic (WIP) +# Voll - Managing your clinic 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. +The main functions are done (doctor, patient and appointment crud). + +The front-end code needs some refactoring and things like colored notifications, more time options when scheduling a appointment. ## Tech-Stack @@ -39,7 +41,7 @@ Main technologies used in the project. ## 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. +1. Configure the application.properties file in the api/src/main/resources folder and create a database with the configured name and a user to login. Build and run the api. 2. Go to the folder web-client/voll and run: -- cgit v1.2.3-18-g5258