lucashemi / voll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

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/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:

npm install
npm run serve

About


Languages

Language:Vue 48.5%Language:Java 48.1%Language:TypeScript 2.3%Language:HTML 0.6%Language:JavaScript 0.5%