{"id":18336488,"url":"https://github.com/reinskywalker/calmspace-hub-shared","last_synced_at":"2026-02-25T03:31:34.721Z","repository":{"id":248355473,"uuid":"828432389","full_name":"reinskywalker/calmspace-hub-shared","owner":"reinskywalker","description":"A dead simple mental-health platform for guided meditations, mood tracking, and also, discussion forum with people, featuring admin panel and contributor system. Developed in Laravel (v8.83.27))","archived":false,"fork":false,"pushed_at":"2025-02-22T16:48:38.000Z","size":6524,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:35:33.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reinskywalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-14T06:09:09.000Z","updated_at":"2025-02-22T16:48:42.000Z","dependencies_parsed_at":"2024-11-05T20:11:35.772Z","dependency_job_id":"8ab9d84e-a3bd-4d6f-a617-40e2356010bb","html_url":"https://github.com/reinskywalker/calmspace-hub-shared","commit_stats":null,"previous_names":["reinskywalker/edu-hub-laravel","reinskywalker/calmspace-hub-shared"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reinskywalker/calmspace-hub-shared","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fcalmspace-hub-shared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fcalmspace-hub-shared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fcalmspace-hub-shared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fcalmspace-hub-shared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reinskywalker","download_url":"https://codeload.github.com/reinskywalker/calmspace-hub-shared/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fcalmspace-hub-shared/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278710900,"owners_count":26032542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T20:08:04.160Z","updated_at":"2025-10-07T02:46:01.396Z","avatar_url":"https://github.com/reinskywalker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```markdown\n# Mood Tracker and Discussion Forum\n\nThis project is a Mood Tracker and Discussion Forum platform designed to help users track their mood, visualize trends, and engage in meaningful discussions related to mental health and mood management.\n\n## Features\n- Mood Tracker: Users can log their daily mood and view a monthly calendar with mood highlights.\n- Discussion Forum: A platform for users to ask questions and engage in discussions related to mental health and well-being.\n- Role-Based Access Control: Includes roles for super-admin, admin, and regular users with different permissions.\n- Interactive Charts: Displays mood trends using line charts for visualization.\n- WYSIWYG Form: Users can submit questions with a rich-text editor for formatting.\n\n---\n\n## Installation Instructions\n\n1. **Clone the repository**:\n   ```bash\n   git clone \u003crepository_url\u003e\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n   cd \u003cproject_directory\u003e\n   ```\n\n3. **Copy the environment configuration file**:\n   ```bash\n   cp .env.example .env\n   ```\n\n4. **Set up your database**:\n   - Configure the `.env` file with your database credentials.\n   - Example:\n     ```\n     DB_CONNECTION=mysql\n     DB_HOST=127.0.0.1\n     DB_PORT=3306\n     DB_DATABASE=calmspace\n     DB_USERNAME=root\n     DB_PASSWORD=\n     ```\n\n5. **Run database migrations and seed data**:\n   - The seeder will create:\n     - 5 **super-admin**\n     - Initial mood master data\n     - Initial roles and permissions\n   ```bash\n   php artisan migrate:fresh --seed\n   ```\n\n6. **Generate the application key**:\n   ```bash\n   php artisan key:generate\n   ```\n\n7. **Start the development server**:\n   ```bash\n   php artisan serve\n   ```\n\n---\n\n## Credentials\n- **Super-Admin Login**:\n  - Email: `reynaldi@calmspace.com`\n  - Password: `adminadmin`\n---\n\n## Key Commands\n- **Migrate Database**: `php artisan migrate`\n- **Seed Database**: `php artisan db:seed`\n- **Clear Cache**: `php artisan cache:clear`\n\n---\n\n## Usage\n- Access the Mood Tracker from the navigation bar to log and view your mood.\n- Navigate to the Discussion Forum to ask questions and view discussions.\n\n---\n\n## Dependencies\n- Laravel Framework\n- Spatie Laravel Permissions (for role-based access control)\n- CKEditor (for WYSIWYG editor)\n- Chart.js (for visualizing mood trends)\n\n---\n\n## Contributing\nFeel free to fork the repository and submit pull requests for new features or improvements. Ensure all changes are tested before submission.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinskywalker%2Fcalmspace-hub-shared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freinskywalker%2Fcalmspace-hub-shared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinskywalker%2Fcalmspace-hub-shared/lists"}