designed by students, for students
In modern society, students are under increasing pressure due to rising expectations with little regard being given to their mental wellness. This problem is further exacerbated in a country like Singapore, where academic performance often takes precedence over personal happiness. It has been proven time and time again that ignoring our emotional and mental health can have detrimental consequences. More often than not, there is little warning and things become too late for others to intervene. One recent example would the River Valley High School incident, where mental health could have been a factor leading up to the unfortunate events that took place. (https://www.straitstimes.com/singapore/courts-crime/river-valley-high-school-student-16-charged-with-murder-of-schoolmate-13).
Problem 1: Students are shy/afraid to discuss mental health issues openly.
In many societies, openly discussing personal mental health issues is often considered taboo. Many students are afraid to admit they have a problem out of fear of being shunned or ostracized by their peers and parents. This in turn leads to students bottling up their emotions with no outlet for release.
Problem 2: Students do not have a proper emotional support structure.
Students often do not have dedicated emotional support structures. In line with the previous point, with a lack of mental health awareness in societies, there would be less strucutres in place to tackle the issue. Parents are busy working, Teachers & Consellors have many students to attend to and have no way of singling a problem out, and peers are often busy with their own problems.
Problem 3: Students' mental state is never fixed and often volatile.
A student may be feeling happy on one day, and may be very sad the next. Some declines in mental health may be unexpected, or not outwardly visible to others. It is important to check in on their well-being everyday.
Problem Statement: Create a tool that will address specific or multiple mental health issues in your community, whether you want to design and develop an app, create a data visualisation or anything else you can think of!
In line with the problem statements given by MindfulHacks 2021, MindHack is targeted for schools, and aims to check in on students' daily mental status. The pandemic has shown us that daily temperature declaration is necessary. Why not a regular check-in system for mental health? MindHack will allow students to check-in and update how they are doing by answering short questions which serve as basic mental-health indicators. Moreover, it will be an avenue to allow anonymous and public message boards about mental-health questions, current frustrations, and queries regarding well-being. Students will be able to connect and see common problems, while teachers and counsellors will be able to analyse simple data, view 'at-risk' students, and monitor the general trend of each student's wellbeing.
- As a student, I want to be able to share my problems and seek advice without fear of being judged.
- As a student, I want someone to check-in on me daily
- As a teacher, I want to know when to reach out to my students
- As a teacher, I want to be more available to my students
- As a parent/teacher, I want to know what problems plague my child/student and render help where I can
A Web-Based Application with a daily check-in form and an anonymous message board specific to a certain community where users are able to post their messages. Admins will be able to view this data through an authorized account.
- A short quiz to be answered by students which checks in on their mental state. Such questions include ("How happy are you today?", "Is there something bothering you?", etc...).
- After the quiz is completed, an inspirational quote is shown.
- An anonymous message board specific to a school where students in that school can post about their problems and worries anonymously.
- Admins (Teacher / Parents / etc...) or peers can respond to these messages to provide assistance or a listening ear.
- Access to well-being check-in data of students.
- Daily, weekly, monthly charts of all students, and individual students.
- Data on individual questions.
- 'At-risk' students with low scores
- Easy visual representation of data
- Allow MindStatus's API to be called externally for integration into other platforms (eg. LMS Systems / ASKnLEARN / etc...).
- NLP processing to highlight keywords (eg. Suicide / Depression / etc...) and assign post severity.
- Reminders to complete quiz.
- Upvote / downvote feature on message board posts for sorting of posts.
- Students could be linked up with a therapist/counsellor instantaneosuly in a chat room to receive assistance.
- Students can chat with other students omegle style.
- Open response questions (eg. Anything to get off your chest? / Share with me something that has been bothering you? / ....)
- Install postgresSQL on your local machine and start local server.
- Start up psql command line
- Database port should be "5432", user should be "postgres", password should be "password123". See server/db.js for custom configuration.
- Copy and paste the first line in server/database.sql file into psql command line to create database (CREATE DATABASE mindfulhack;)
- Enter the following "\c mindfulhack" to change into database
- Copy and paste all lines in server/database.sql into psql command line
- You may choose to populate the database with dummy data by copying as pasting all lines in databaseMock.sql
- cd server
- npm install (installs dependencies based on package.json)
- nodemon index.js (can use included script "npm run dev" as well)
- server will run on localhost:5000
- cd client
- npm install (installs dependencies based on package.json)
- npm start
- client will run on localhost:3000
- cd client-admin
- npm install (installs dependencies based on package.json)
- npm start
- client will run on localhost:4000
DO CONTACT US IF YOU ARE HAVING ANY TROUBLES RUNNNING THIS CODE, WE ARE HAPPY TO HELP!
- HTML / CSS / Javascript
- ExpressJS / NodeJS
- PostgreSQL
- JSON Web Token
- ReactJS
NOTE: Use of PERN stack allows for scalability in the future: disjointed backend suitable for API calls.
- Sherman Ng Wei Sheng
- Lim Ji Wei
- Timothy Wong Eu-Jin
- Ernest Chan Yew Whye