{"id":50793967,"url":"https://github.com/iliasger/test_project_ilias","last_synced_at":"2026-06-12T13:01:16.822Z","repository":{"id":356031742,"uuid":"1230731727","full_name":"iliasger/test_project_ilias","owner":"iliasger","description":"Web application generated by BESSER — Generated by BESSER","archived":false,"fork":false,"pushed_at":"2026-05-06T09:09:58.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-06T11:15:33.467Z","etag":null,"topics":["besser","fastapi","generated-app","low-code","model-driven","react","web-app"],"latest_commit_sha":null,"homepage":"https://editor.besser-pearl.org","language":"TypeScript","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/iliasger.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T09:09:32.000Z","updated_at":"2026-05-06T09:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iliasger/test_project_ilias","commit_stats":null,"previous_names":["iliasger/test_project_ilias"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/iliasger/test_project_ilias","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliasger%2Ftest_project_ilias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliasger%2Ftest_project_ilias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliasger%2Ftest_project_ilias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliasger%2Ftest_project_ilias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iliasger","download_url":"https://codeload.github.com/iliasger/test_project_ilias/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliasger%2Ftest_project_ilias/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34245218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["besser","fastapi","generated-app","low-code","model-driven","react","web-app"],"created_at":"2026-06-12T13:01:16.038Z","updated_at":"2026-06-12T13:01:16.815Z","avatar_url":"https://github.com/iliasger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Test_project\n\n[![Generated by BESSER](https://img.shields.io/badge/Generated%20by-BESSER-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDJMMiA3bDEwIDUgMTAtNS0xMC01ek0yIDE3bDEwIDUgMTAtNS0xMC01LTEwIDV6TTIgMTJsMTAgNSAxMC01LTEwLTUtMTAgNXoiIGZpbGw9IndoaXRlIi8+PC9zdmc+)](https://github.com/BESSER-PEARL/BESSER)\n[![BESSER Editor](https://img.shields.io/badge/Built%20with-BESSER%20Editor-green)](https://editor.besser-pearl.org)\n[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/iliasger/test_project_ilias)\n\nA full-stack web application generated from visual models using the [BESSER Web Modeling Editor](https://editor.besser-pearl.org), a low-code open-source platform.\n\n\u003c/div\u003e\n\n## Project Structure\n\n```\nfrontend/          React + TypeScript frontend (Vite)\nbackend/           FastAPI Python backend\nagents/\u003cname\u003e/     BESSER conversational agents (one subfolder per agent, if any)\nrender.yaml        Render deployment config\ndocker-compose.yml Local development setup\n```\n\n## Deploy\n\nClick the **Deploy to Render** button above to launch your app for free.\n\nRender will automatically set up your frontend, backend, and agent services.\nAfter the first deploy, pushing updates to this repo will auto-redeploy.\n\n## Local Development\n\n**Frontend:**\n```bash\ncd frontend \u0026\u0026 npm install \u0026\u0026 npm start\n```\n\n**Backend:**\n```bash\ncd backend \u0026\u0026 pip install -r requirements.txt \u0026\u0026 uvicorn main_api:app --reload\n```\n\n**Full stack (Docker):**\n```bash\ndocker-compose up\n```\n\n## Tech Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Frontend | React, TypeScript, Vite |\n| Backend | FastAPI, SQLAlchemy, Python 3.11 |\n| Agent | BESSER Agentic Framework (WebSocket) |\n| Hosting | Render (free tier) |\n\n## About BESSER\n\n[BESSER](https://github.com/BESSER-PEARL/BESSER) is an open-source low-code platform that generates full-stack applications from visual models.\n\n[Documentation](https://besser.readthedocs.io/) · [Web Editor](https://editor.besser-pearl.org) · [Examples](https://github.com/BESSER-PEARL/BESSER-examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiasger%2Ftest_project_ilias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiasger%2Ftest_project_ilias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiasger%2Ftest_project_ilias/lists"}