{"id":26988392,"url":"https://github.com/ahmed-ateya1/ideaflow","last_synced_at":"2026-02-18T00:04:02.900Z","repository":{"id":285732194,"uuid":"949282567","full_name":"ahmed-ateya1/IdeaFlow","owner":"ahmed-ateya1","description":"AI-powered mind mapping using Gemini \u0026 DeepSeek API for fast and structured idea organization.","archived":false,"fork":false,"pushed_at":"2025-04-02T10:53:35.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T11:39:50.535Z","etag":null,"topics":["asp-net-core-web-api","automapper","deepseek","docker","docker-compose","efcore","fluentvalidation","gemini-api","polly","redis","sqlserver"],"latest_commit_sha":null,"homepage":"https://ideaflow-client.vercel.app/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmed-ateya1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-03-16T04:52:11.000Z","updated_at":"2025-04-02T10:53:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5272bc6-2391-484f-95e2-8c33f984130f","html_url":"https://github.com/ahmed-ateya1/IdeaFlow","commit_stats":null,"previous_names":["ahmed-ateya1/ideaflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmed-ateya1/IdeaFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-ateya1%2FIdeaFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-ateya1%2FIdeaFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-ateya1%2FIdeaFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-ateya1%2FIdeaFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmed-ateya1","download_url":"https://codeload.github.com/ahmed-ateya1/IdeaFlow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-ateya1%2FIdeaFlow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007603,"owners_count":26084334,"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-11T02:00:06.511Z","response_time":55,"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":["asp-net-core-web-api","automapper","deepseek","docker","docker-compose","efcore","fluentvalidation","gemini-api","polly","redis","sqlserver"],"created_at":"2025-04-03T20:19:34.393Z","updated_at":"2025-10-11T15:32:28.060Z","avatar_url":"https://github.com/ahmed-ateya1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IdeaFlow [live Preview](https://ideaflow-client.vercel.app/)\n\nIdeaFlow is a collaborative mind mapping platform that enables users to create, publish, and manage mind maps. Users can favorite mind maps, clone existing diagrams, and share their ideas seamlessly. With AI-powered capabilities, users can generate mind maps automatically using Gemini API and DeepSeek API, making idea organization faster and more intuitive.\n\n## Features\n- **User Authentication**: Secure login and registration with identity and SMTP support (email confirmation, forgot password, reset password).\n- **Mind Map Management**: Users can create, edit, and delete mind maps.\n- **Publishing \u0026 Sharing**: Users can publish mind maps for public access.\n- **Favorites**: Users can save mind maps to their favorites.\n- **Cloning**: Users can duplicate an existing mind map for further customization.\n- **Resilient API Calls**: Implemented using Polly for handling transient failures.\n- **Validation**: Fluent Validation ensures data integrity.\n- **CQRS Pattern**: Clean separation of concerns with Command and Query Responsibility Segregation.\n- **AI-Enhanced**: Utilizes Gemini API and DeepSeek API for AI-powered enhancements.\n- **Automated Mapping**: AutoMapper simplifies data transformations.\n- **Containerization**: Fully Dockerized setup with Docker Compose for easy deployment.\n\n## Tech Stack\n- **Backend**: ASP.NET Web API\n- **Database**: Entity Framework Core\n- **Architecture**: Onion Architecture\n- **AI Integration**: Gemini API, DeepSeek API\n- **Resilience \u0026 Fault Handling**: Polly\n- **Validation**: Fluent Validation\n- **Object Mapping**: AutoMapper\n- **Containerization**: Docker / Docker Compose\n- **Security**: Identity \u0026 SMTP for authentication and email verification\n\n## Database Schema\nThe core entities in IdeaFlow include:\n\n1. **User**: Represents the application users with authentication details.\n2. **Diagram**: Stores the mind maps, their content, and publishing status.\n3. **Favorite**: Allows users to mark and save diagrams as favorites.\n\n### Relationships:\n- A **User** can create multiple **Diagrams**.\n- A **Diagram** can be marked as a favorite by multiple users.\n- Users can **clone** existing diagrams for further modifications.\n\n## Installation \u0026 Setup\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/ahmed-ateya1/IdeaFlow.git\n   cd IdeaFlow\n   ```\n2. Build and run the project using Docker Compose:\n   ```sh\n   docker-compose up --build\n   ```\n3. Configure environment variables for Identity \u0026 SMTP (email services) and AI API keys.\n\n## Schema\n![Screenshot 2025-04-01 035526](https://github.com/user-attachments/assets/779b1559-f9a9-409d-9492-0f3a5d0d2ba3)\n\n## License\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-ateya1%2Fideaflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed-ateya1%2Fideaflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-ateya1%2Fideaflow/lists"}