This GitHub repository offers a solution to help students struggling with mental health issues. The solution involves developing a mental health tracking website that provides resources, support, and guidance to individuals who are struggling with their mental health. The website will offer personalized recommendations based on the student's specific needs and concerns, and it will provide a safe, anonymous, and convenient way for students to get help.
To use the website users can
- create a new account or log in
- indicate their current emotional state
- access a variety of suggestions to improve their mood
- review their previous logs in the "My Logs" section.
Client: EJS, CSS, HTML
Server: NodeJS, Express
Database: MongoDB
Clone the project
git clone https://github.com/DipakSarmah/MindfulMe.git
Go to the project directory
cd MindfulMe
Install dependencies
npm install
Start the MongoDB server in another tab
mongod
Start the server
npm run start
To run, open any browser and type in url
localhost:3000