sristy17 / MindDrive

PWA for Mental Wellbeing :)
https://minddrive.onrender.com/
MIT License
8 stars 11 forks source link
ejs hacktoberfest hacktoberfest-accepted hactoberfest2024 javascript mongodb nodejs tailwind

MindDrive - AI Powered Mental Wellbeing PWA

image

Table of Contents

Overview

Mind Drive leverages Node.js, EJS, Tailwind CSS, and MongoDB to offer a holistic mental health platform.

Featuring an AI-driven chatbot, it intuitively gauges user moods, community support, and a resource library for enhanced emotional well-being.

Tech Stack

Features

Mind Drive integrates a sophisticated AI chatbot within its Node.js and MongoDB framework, providing users with personalized mental health support. The chatbot serves as a versatile tool, enabling users to express their feelings confidentially and receive immediate emotional guidance.

Beyond mood assessment, users can explore tailored fun activities, curated based on their current emotional state. This feature not only enhances engagement but also promotes positive mental health practices.

Additionally, Mind Drive offers a comprehensive resource library, fostering community engagement and providing a platform for users to share experiences and support each other in their mental health journey.

Deployment

This project is deployed on Render for production. Render provides scalability and reliability for hosting web applications. Deployed link

Usage

GEMINI_API_ENDPOINT=https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent GEMINI_API_KEY=

#### _(Get your Gemini API key from [here](https://aistudio.google.com/app/apikey))_

- Start the application
```bash
npm run dev

Folder Structure

MindDrive/
│
├── config/
│ ├──db.config.js
│ └── keys.config.js
│
├── controllers/
│ ├── auth.controller.js
│ └──  gemini.controller.js
│
├── database/
│ └── Mongo.database.js
│
├──models/
│ └── user.model.js
│
├── public/
│    ├── css/
│      ├── modal.css
│      └── style.css
│    ├── images/
│      └──  emojis/
│    └──  js/
│      ├── chatbot.js
│      └── global.js
│
├── routes/
│   ├── auth.routes.js
│   └── gemini.routes.js
│
├── viewss/
│ ├── includes/
│    ├── navbar.ejs
│    └── sidebar.ejs
│ └──pages/
│    ├──about.ejs
│    ├──chatbot.ejs
│    ├──index.ejs
│    └── profile.ejs
├── .gitignore
├── LICENSE
├── README
├── app.js
├── package-lock.json
└── package.json

Contributors

Thanks to all the contributors of MindDrive!

License

This is project is under MIT LICENSE and is submitted to #AIForTomorrow