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
Make sure you have NodeJs installed On Windows
winget install -e --id OpenJS.NodeJs
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
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