Skip to content

CalmSphere is an AI-driven mental health platform designed to help you navigate stress, anxiety, and emotional well-being effortlessly. Through a simple and intuitive survey, CalmSphere understands your concerns and provides easy, actionable solutions tailored to your needs

Notifications You must be signed in to change notification settings

pyaaraa/CalmSphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

About

CalmSphere is an AI-driven mental health platform designed to help you navigate stress, anxiety, and emotional well-being effortlessly. Through a simple and intuitive survey, CalmSphere understands your concerns and provides easy, actionable solutions tailored to your needs .

CalmSphere Project Structure

calmsphere/
├── frontend/                 # React frontend
│   ├── src/
│   │   ├── components/      # React components
│   │   ├── pages/          # Page components
│   │   ├── services/       # API services
│   │   ├── styles/         # CSS/SCSS files
│   │   ├── utils/          # Utility functions
│   │   └── types/          # TypeScript type definitions
│   ├── public/             # Static files
│   └── package.json        # Frontend dependencies
│
├── backend/                 # Django backend
│   ├── src/
│   │   ├── api/           # API endpoints
│   │   ├── core/          # Core functionality
│   │   └── utils/         # Utility functions
│   ├── tests/             # Backend tests
│   └── requirements.txt   # Backend dependencies
│
└── README.md              # Project documentation

Setup Instructions

Frontend

cd fe
npm install
npm run dev

Backend

cd be
python -m venv venv
source venv/bin/activate  # On Windows: .\venv\Scripts\activate
pip install -r requirements.txt
python manage.py runserver

About

CalmSphere is an AI-driven mental health platform designed to help you navigate stress, anxiety, and emotional well-being effortlessly. Through a simple and intuitive survey, CalmSphere understands your concerns and provides easy, actionable solutions tailored to your needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published