{"id":23248332,"url":"https://github.com/sanshruthr/sap_flask_backend","last_synced_at":"2026-05-02T06:41:02.895Z","repository":{"id":267719362,"uuid":"902093140","full_name":"SanshruthR/SAP_FLASK_backend","owner":"SanshruthR","description":"Web application combining SAPUI5 frontend with Flask backend ","archived":false,"fork":false,"pushed_at":"2024-12-18T19:56:58.000Z","size":57074,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T07:22:32.753Z","etag":null,"topics":["backend","docker","dockerfile","flask","sap","sapui5","storage"],"latest_commit_sha":null,"homepage":"https://dockerhost.onrender.com/5000","language":"Dockerfile","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/SanshruthR.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-12-11T22:26:45.000Z","updated_at":"2025-02-11T17:05:44.000Z","dependencies_parsed_at":"2024-12-12T03:28:06.763Z","dependency_job_id":null,"html_url":"https://github.com/SanshruthR/SAP_FLASK_backend","commit_stats":null,"previous_names":["sanshruthr/sap_flask_backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanshruthR%2FSAP_FLASK_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanshruthR%2FSAP_FLASK_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanshruthR%2FSAP_FLASK_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanshruthR%2FSAP_FLASK_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SanshruthR","download_url":"https://codeload.github.com/SanshruthR/SAP_FLASK_backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419863,"owners_count":20936014,"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":["backend","docker","dockerfile","flask","sap","sapui5","storage"],"created_at":"2024-12-19T08:13:26.933Z","updated_at":"2026-05-02T06:40:57.875Z","avatar_url":"https://github.com/SanshruthR.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAP UI5 \u0026 Flask Admin Data Manager\n[![Python](https://img.shields.io/badge/Python-3.8+-FFEB3B?style=for-the-badge\u0026logo=python\u0026logoColor=303030)]()\n[![Flask](https://img.shields.io/badge/Flask-2.0.1-689F38?style=for-the-badge\u0026logo=flask\u0026logoColor=white)]()\n[![SAPUI5](https://img.shields.io/badge/SAPUI5-@latest-009688?style=for-the-badge\u0026logo=sap\u0026logoColor=white)]()\n[![Docker](https://img.shields.io/badge/Docker-Enabled-03A9F4?style=for-the-badge\u0026logo=docker\u0026logoColor=white)]()\n\n![Screenshot 2024-12-12 063142](https://github.com/user-attachments/assets/9e8a07bc-51a3-49ae-8eae-f5189ae9c1ea)\n\n\n\n\n\n\n\n## Overview\nIntegrated web application combining SAPUI5 frontend with Flask backend for comprehensive data management and administration.\n\n\u003ccenter\u003e \u003ca href=\"https://hub.docker.com/repository/docker/sanshruthr/sap_flask_backend/\"\u003eAccess the image from Docker Hub\u003c/a\u003e \u003c/center\u003e\n\n### Application Ports\n- **Flask Backend**: Port 5000\n- **SAPUI5 Frontend**: Port 8080\n\n### Features\n- **SAPUI5 Frontend**: Modern, responsive UI built with SAP's UI framework\n- **Flask Backend**: Secure JSON file management system\n- **Admin Authentication**: Role-based access control\n- **Dynamic Data Editing**: Real-time JSON file manipulation\n\n### Quick Start\n\n1. **Pull Docker Image**:\n    ```bash\n    docker pull sanshruthr/sap_flask_backend\n    ```\n\n2. **Run Docker Container**:\n    ```bash\n    docker run --network=\"host\" -e username=admin1 -e password=pass1 sanshruthr/sap_flask_backend\n    ```\n\n### Access Points\n- Frontend UI: `http://localhost:8080`\n- Backend Admin Panel: `http://localhost:5000`\n\n### Admin Access\n- **Username**: Configured via `username` environment variable\n- **Password**: Configured via `password` environment variable\n- **Access Level**: \n  - Full CRUD operations on JSON files\n  - Session-based authentication\n  - Role-restricted access\n\n### SAPUI5 Features\n- Model-View-Controller (MVC) architecture\n- Responsive design\n- Live data binding\n- Mock server for development\n\n### JSON File Management\n- View JSON files\n- Edit JSON content\n- Add/Remove rows\n- Save modifications\n- Admin-only write permissions\n\n### Environment Configuration\n| Variable   | Description               |\n|-----------|----------------------------|\n| `username`| Admin login username       |\n| `password`| Admin login password       |\n\n### Security Features\n- Secure session management\n- Role-based access control\n- Environment-based credential management\n\n### Technology Stack\n- Frontend: SAPUI5\n- Backend: Flask (Python)\n- Containerization: Docker\n- Authentication: Flask-Session\n\n### Deployment Modes\n1. **Docker Containerized**\n2. **Local Development**\n3. **Kubernetes Cluster**\n\n### Prerequisites\n- Docker\n- Web Browser\n- Stable Internet Connection\n\n\n### Licensing\nMIT License - Open-source and free to use\n\n### Contributing\n1. Fork the repository\n2. Create feature branch\n3. Commit changes\n4. Push to branch\n5. Create pull request\n\n### Support\nOpen an issue in the GitHub repository for any bugs or feature requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanshruthr%2Fsap_flask_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanshruthr%2Fsap_flask_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanshruthr%2Fsap_flask_backend/lists"}