diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-02-28 17:57:23 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-02-28 17:57:23 -0300 |
| commit | 74165bbd25981d06a16bc42a8bd39dec644275ae (patch) | |
| tree | 299cf610433e6ee197a906858f42742acfd20f33 /README.md | |
| parent | bc072aafa156b303b0ea2681cc23f449bc1734b3 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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: |
