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.
Make sure an ilikia
database with the tables in server/Ilikia.sql
exists in your local MySQL server
server/test_data.sql
to experimentRun 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