Ilikia is an exam application tool for elderly care. It was developed as a prototype proposal for the Club del Abuelo elderly care home in Zapopan, México.
Users can apply Mini-Mental State Examinations to assess a patient's mental condition. Geriatricians and other medical staff can consult these results from within the app.
- Take Mini-Mental State Examinations
- Store results including date on a per-user basis
- Display results from a geriatician's assigned patients
-
Make sure an
ilikia
database with the tables inserver/Ilikia.sql
exists in your local MySQL server- Optional: Add the data contained in
server/test_data.sql
to experiment
- Optional: Add the data contained in
-
Run the following in a command line at the root of the project
npm install npm run build npm start
-
Open web app on
localhost:3001