hanrodz / ilikia

Mental health assessment (MMSE) prototype for Club del Abuelo elderly care home running on React, Express and MySQL.
4 stars 4 forks source link
express mmse mysql prototype react webapp

Ilikia

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.

Features

How to run

  1. Make sure an ilikia database with the tables in server/Ilikia.sql exists in your local MySQL server

    • Optional: Add the data contained in server/test_data.sql to experiment
  2. Run the following in a command line at the root of the project

    npm install
    npm run build
    npm start
  3. Open web app on localhost:3001

Tech stack

React Express.js NodeJS MySQL