We focus on helping teens with mental health challenges like suicidal thoughts, poor awareness, and sleep deprivation. Our mission is to provide education, counseling, and tools to build emotional resilience, improve well-being, and promote healthier sleep for a balanced life.
- Relaxes the mind
- Reduces stress and anxiety
- Improves focus and sleep quality
- Enhances concentration and sleep
- Reduces distractions and interruptions
- Calms anxiety and stress
- Identifies mood patterns and triggers
- Provides insights for managing emotions
- Offers instant, personalized mental health support
- Tracks emotional state and suggests coping strategies
- Available 24/7 and recommends professional help if needed
Before cloning and setting up the project, ensure you have the following installed on your local machine:
- Node.js (v14.x or later)
- npm (comes with Node.js)
- Express.js (to run the back end server)
- MongoDB (database where user entries are stored)
- Firebase CLI (for deploying and managing Firebase services)
- Git (for version control)
To clone the repository, open your terminal and run the following command:
git clone https://github.com/spec.gitTo run the back end server on localhost:
First run npm i to install necessary libraries
Then change directory to where the js files are:
cd assets/js
Then create an env file and set a variable called DB_PASSWORD, this is to be able to read and write from the MongoDB
DB_PASSWORD='brettfavre4'
Finally, run the back end server using the command node server.js
Your back end server should be up and running, with a connection to MongoDB
Authors and Email ID -
- Shriya Arunkumar - [email protected]
- Victor Hsiao - [email protected]
- Elizabeth Yan - [email protected]
- Dhyeya Anand - [email protected]