{"id":28286561,"url":"https://github.com/harshkhasbage77/no-code-ai-automations-platform","last_synced_at":"2026-05-17T06:33:24.424Z","repository":{"id":264459957,"uuid":"893057173","full_name":"harshkhasbage77/no-code-AI-automations-platform","owner":"harshkhasbage77","description":"Main repository holding frontend submodule and backend directory.","archived":false,"fork":false,"pushed_at":"2024-12-19T18:37:19.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T20:14:07.261Z","etag":null,"topics":["ai-automation","fastapi","graph","python3","render","workflow"],"latest_commit_sha":null,"homepage":"https://no-code-ai-automations-platform-backend.onrender.com","language":"Python","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/harshkhasbage77.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":"2024-11-23T12:24:10.000Z","updated_at":"2024-12-19T18:37:23.000Z","dependencies_parsed_at":"2024-11-24T23:08:25.327Z","dependency_job_id":null,"html_url":"https://github.com/harshkhasbage77/no-code-AI-automations-platform","commit_stats":null,"previous_names":["harshkhasbage77/no-code-ai-automations-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshkhasbage77/no-code-AI-automations-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshkhasbage77%2Fno-code-AI-automations-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshkhasbage77%2Fno-code-AI-automations-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshkhasbage77%2Fno-code-AI-automations-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshkhasbage77%2Fno-code-AI-automations-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshkhasbage77","download_url":"https://codeload.github.com/harshkhasbage77/no-code-AI-automations-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshkhasbage77%2Fno-code-AI-automations-platform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260461962,"owners_count":23013008,"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","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":["ai-automation","fastapi","graph","python3","render","workflow"],"created_at":"2025-05-21T20:14:05.917Z","updated_at":"2025-10-23T17:59:52.259Z","avatar_url":"https://github.com/harshkhasbage77.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# No-code AI Automation Platform\n\nThis project is a no-code platform for creating and managing AI-driven automation pipelines. It consists of a backend built with FastAPI and a frontend built with React.\n\nDemo: [Click Here](https://react-flow-graphs-frontend.vercel.app/)\n\nLink: https://react-flow-graphs-frontend.vercel.app/\n\nBackend: https://no-code-ai-automations-platform-backend.onrender.com/\n\n\n## Project Structure\n\n### Backend\n\nThe backend is built with FastAPI and provides APIs for managing pipelines. It includes the following key components:\n\n- **main.py**: The main entry point of the backend application.\n- **Node, Edge, Pipeline**: Pydantic models representing the structure of a pipeline.\n\n#### Running the Backend\n\n1. Create a virtual environment:\n    ```sh\n    python -m venv .myenv\n    ```\n\n2. Activate the virtual environment:\n    ```sh\n    source .myenv/bin/activate\n    ```\n\n3. Install the dependencies:\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n4. Run the FastAPI server:\n    ```sh\n    uvicorn main:app --reload\n    ```\n\nThe backend server will be available at `http://127.0.0.1:8000`.\n\n### Frontend\n\nThe frontend is built with React and provides a drag-and-drop interface for creating pipelines. It includes the following key components:\n\n- **App.js**: The main entry point of the frontend application.\n- **PipelineToolbar**: A toolbar for adding nodes to the pipeline.\n- **PipelineUI**: The main UI for displaying and managing the pipeline.\n- **SubmitButton**: A button for submitting the pipeline to the backend.\n\n#### Running the Frontend\n\n1. Navigate to the `frontend` directory:\n    ```sh\n    cd frontend\n    ```\n\n2. Install the dependencies:\n    ```sh\n    npm install\n    ```\n\n3. Start the development server:\n    ```sh\n    npm start\n    ```\n\nThe frontend application will be available at `http://localhost:3000`.\n\n### API Endpoints\n\n#### `POST /pipelines/parse`\n\nParses a pipeline and returns the number of nodes, number of edges, and whether the graph is a Directed Acyclic Graph (DAG).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshkhasbage77%2Fno-code-ai-automations-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshkhasbage77%2Fno-code-ai-automations-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshkhasbage77%2Fno-code-ai-automations-platform/lists"}