Web application “Soothe”, helps people to deal with their mental illness and also help them in overcoming it. Millions of people are suffering from mental disorders but only a small percentage of them seek professional aid.
Recent years have seen important developments in preventive and therapeutic digital tools such as games, digital psychotherapies, etc. yet despite the potential interest in such tools to improve treatment of mental disorders and to help prevent them, the field remains understudied and information is under disseminated in clinical practice.
So we are here with an idea of developing an application platform soothe
- To help the vulnerable population in not overlooking mental health.
- To promote and avail mental health diagnosis and treatment at minor stages and prevent serious illness.
- To support telemedicine and digital solutions for cognitive, emotional, mental aid.
fork
the repository - Creates a replica of repository to your local environment.- Clone the repository using
git clone https://github.com/SiddheshShinde-tech/Soothe2.0
- Downloads all repo files to your machine. cd Soothe2.0
- Takes you to the root directory of the project.
Following are the steps to run the frontend of the Soothe2.0 on your local.
- Run
npm install
. It will install all the required packages and dependencies. - Run
npm start
to run the server. - Navigate to http://localhost:3000 to view it in the browser.
Following are the steps to run the Chat System demo.
cd server1
cd server
- Takes you to the server directory of the project.- Run
npm i socket.io
to download socket.io - Run
npm i --save-dev nodemon
- Run
npm run devStart
- To run the server.