{"id":22408359,"url":"https://github.com/phmatray/aspire-app-with-n8n","last_synced_at":"2025-09-17T23:51:55.208Z","repository":{"id":208106306,"uuid":"720823716","full_name":"phmatray/aspire-app-with-n8n","owner":"phmatray","description":"Shows how to use the .NET 8 Aspire App with an Automation container provided by n8n.","archived":false,"fork":false,"pushed_at":"2024-04-12T22:58:58.000Z","size":1787,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T11:06:44.600Z","etag":null,"topics":["automation","docker","dotnet-aspire","dotnet8","microservices","n8n"],"latest_commit_sha":null,"homepage":"","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/phmatray.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}},"created_at":"2023-11-19T17:56:00.000Z","updated_at":"2025-02-08T09:05:43.000Z","dependencies_parsed_at":"2024-12-05T11:17:30.619Z","dependency_job_id":"9b0c8f03-975c-4623-bb03-662a314e77db","html_url":"https://github.com/phmatray/aspire-app-with-n8n","commit_stats":null,"previous_names":["phmatray/aspire-app-with-n8n"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phmatray/aspire-app-with-n8n","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phmatray%2Faspire-app-with-n8n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phmatray%2Faspire-app-with-n8n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phmatray%2Faspire-app-with-n8n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phmatray%2Faspire-app-with-n8n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phmatray","download_url":"https://codeload.github.com/phmatray/aspire-app-with-n8n/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phmatray%2Faspire-app-with-n8n/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275685610,"owners_count":25509531,"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-09-17T02:00:09.119Z","response_time":84,"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":["automation","docker","dotnet-aspire","dotnet8","microservices","n8n"],"created_at":"2024-12-05T11:17:24.612Z","updated_at":"2025-09-17T23:51:55.166Z","avatar_url":"https://github.com/phmatray.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET 8 Aspire App with n8n Automation 🚀\n\n---\n\n## Introduction 📖\n\nWelcome to the demo application showcasing the integration of the .NET 8 Aspire App with n8n, a powerful workflow automation tool. This project aims to demonstrate the ease of using n8n to create efficient and automated workflows within a .NET 8 environment, offering an alternative to solutions like Microsoft Power Automate.\n\nThe .NET 8 Aspire App represents the latest in .NET technology, designed for building high-performance, modern applications. Coupled with n8n's extendable architecture, this demo serves as an ideal starting point for developers looking to explore advanced automation in their apps.\n\n![Blazor Automation](./assets/img/blazor-automation.png)\n*Blazor Automation Interface*\n\n![n8n Workflow](./assets/img/n8n-workflow.png)\n*n8n Workflow Example*\n\n## Note to Developers 👨‍💻\nThis application is a demonstration and not intended for production use. It serves as a foundation for you to build and customize your applications using n8n and .NET 8 Aspire App.\n\n## Getting Started 🚦\n\n### Prerequisites 📋\nBefore you begin, ensure you have the following installed:\n- [Docker](https://docs.docker.com/get-docker/) - For containerization of the n8n workflow.\n- [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) - The software development kit for .NET 8 applications.\n- .NET Aspire Workload - Essential for running the Aspire App.\n\n### Installation and Configuration 🛠️\n1. **Clone the Repository**: Start by cloning the repository to your local machine.\n2. **Open the Solution**: Navigate to the cloned directory and open the solution file in your preferred IDE.\n3. **Launch the AspireAppWithAutomation.AppHost Project**: Find and launch the `AspireAppWithAutomation.AppHost` project to get the app up and running.\n\n## n8n Setup 🌐\nTo configure the n8n container, use the following default settings:\n\n| Key        | Value              |\n|------------|--------------------|\n| email      | **admin@demo.com** |\n| first name | **admin**          |\n| last name  | **admin**          |\n| password   | **Passw0rd**       |\n\n*Note: These settings can be modified based on your requirements. A SQLite database stores the n8n data, located in the `n8n-data` folder.*\n\n## Contributing 🤝\nWe welcome contributions! If you would like to contribute, please feel free to submit a pull request or open an issue for discussion.\n\n## Support and Contact 📬\nFor support or inquiries about this project, please open an issue in the GitHub repository or contact [Your Contact Information].\n\n## License 📜\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphmatray%2Faspire-app-with-n8n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphmatray%2Faspire-app-with-n8n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphmatray%2Faspire-app-with-n8n/lists"}