Skip to content

Backend in Java (spring boot) to the health system application

Notifications You must be signed in to change notification settings

MatheusFelizardo/health-system-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health System Front-end

The initial idea is to create a backend where the user can schedule a consultation with a doctor.
Maybe in the future add some features like videocall for online medical consultation.
The frontend will be done in Nuxt/Vue, you can follow the frontend here
The main goal of this project is to practice Java and its architecture.

Data model

You have three possibilities of users: Patient, Doctor, and Company.
For now, the password is not required because there's no login system yet. But the idea in the future is allow the possibility to have a dashboard for the doctors/company.
Every user will have an address associated. After the first register, when the user tries to make another appointment, the user address info will be pre-loaded from the backend info, using the e-mail (unique).

About

Backend in Java (spring boot) to the health system application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages