Skip to content

tmjoris/ElderCare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elderly Care Application

An application to manage the medical histories and files of elderly people, designed to be an intermediary used by multiple facilities.

Server documentation Client Documentation

RUNNING THE APPLICATION

Make sure you have NodeJs installed On Windows

winget install -e --id OpenJS.NodeJs

THE FRONTEND

Navigate to the ElderCare Client

cd ElderCareClient

Make sure you have NodeJS installed then install all the project's dependecies

npm i

Each time you want to run the project run

npm start

THE BACKEND

Make sure you have gradle version 7 or later versions and springboot installed then navigate to the ElderCareServer directory

cd ElderCareServer

And run

gradle wrapper

If gradlew is not executable, you may need to set the proper permissions:

Use the gradlew script to execute Gradle commands

./gradlew build

ONCE YOU HAVE BUILT GRADLE YOU DON'T NEED TO REPEAT IT

RUN THE SPRINGBOOT APP

./gradlew bootRun

About

manage the medical histories and files of elderly people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 53.6%
  • JavaScript 45.0%
  • Other 1.4%