{"id":19020121,"url":"https://github.com/danilhendrasr/dializer","last_synced_at":"2025-04-23T05:22:54.650Z","repository":{"id":108500967,"uuid":"555140026","full_name":"danilhendrasr/dializer","owner":"danilhendrasr","description":"I'm doing canvas-based stuff and embed a custom DSL with hand-written interpreter because my senior said I can't do CRUD-only websites for thesis..","archived":false,"fork":false,"pushed_at":"2023-12-15T18:57:20.000Z","size":2988,"stargazers_count":6,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-17T20:39:47.157Z","etag":null,"topics":["canvas","flowchart","full-stack","nestjs","nodejs","react","rest-api","thesis"],"latest_commit_sha":null,"homepage":"https://dializer.danilhendrasr.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danilhendrasr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-21T02:38:48.000Z","updated_at":"2024-06-15T15:09:06.000Z","dependencies_parsed_at":"2023-07-22T20:31:54.089Z","dependency_job_id":"d9569cf5-8959-4836-82a4-2df7fcbd661e","html_url":"https://github.com/danilhendrasr/dializer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilhendrasr%2Fdializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilhendrasr%2Fdializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilhendrasr%2Fdializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilhendrasr%2Fdializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilhendrasr","download_url":"https://codeload.github.com/danilhendrasr/dializer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250374611,"owners_count":21419966,"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":["canvas","flowchart","full-stack","nestjs","nodejs","react","rest-api","thesis"],"created_at":"2024-11-08T20:15:49.206Z","updated_at":"2025-04-23T05:22:54.611Z","avatar_url":"https://github.com/danilhendrasr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"apps/frontend/public/dializer-logo-round-white.png\" width=\"100\" style=\"margin-bottom: 20px\"\u003e\n  \u003ch1 align=\"center\"\u003eDializer\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003e\n    A web-based flowchart interpreter.\n  \u003c/p\u003e\n  \n  \u003cdiv align=\"center\"\u003e\n  \n  [![Stargazers][stars-shield]][stars-url]\n  [![Issues][issues-shield]][issues-url]\n  [![MIT License][license-shield]][license-url]\n\n  \u003c/div\u003e\n\n  \u003cimg src=\"dializer-video.gif\"\u003e\n\u003c/div\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\nDializer is a web-based application I created for my thesis.\nIt's intended to be a more-accessible alternative to [RAPTOR](https://raptor.martincarlisle.com).\nIt faciliates flowchart creation as well as interpretation of the flowchart (running the flowchart).\nTo do this, it utilizes [Konva](https://konvajs.org/) for flowchart rendering as well as features a\ncustom _Recursive Descent Interpreter_ for evaluating the unnamed DSL that is used by it.\n\n\u003c!-- ROADMAP --\u003e\n\n## Features\n\n- Interpret the flowchart, not only visualize it.\n- 7 flowchart node types: start, process, input, output, loop, branch, and end.\n- A DSL to express programming operations.\n- Cloud save, never lose your changes when switching device.\n- Easy workspace sharing.\n\nMore features are planned, see the [issues](https://github.com/danilhendrasr/dializer) page.\n\n### Built With\n\n[![React][react-shield]][react-url]\n[![Nest.js][nest-shield]][nest-url]\n[![PostgreSQL][postgre-shield]][postgre-url]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\n### Prerequisites\n\n- Node v18+\n- Docker (recommended)\n\n### Local Deployment\n\n1. Clone the repo and `cd` into the directory.\n2. Run `npm install`.\n3. Copy the `.env.example` file of the `apps/backend` directory and rename it to `.env` and fill the keys.\n4. Run `docker compose up -d`.\n5. Dializer frontend is accessible via http://localhost:4200\n6. Dializer API is accessible via http://localhost:3333/api\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See [LICENSE][license-url] for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\n[![Twitter][twitter-shield]][twitter-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n[![Email][gmail-shield]][mail-url]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[repo-url]: (https://github.com/danilhendrasr/dializer)\n[stars-shield]: https://img.shields.io/github/stars/danilhendrasr/dializer.svg?style=for-the-badge\n[stars-url]: https://github.com/danilhendrasr/dializer/stargazers\n[issues-shield]: https://img.shields.io/github/issues/danilhendrasr/dializer.svg?style=for-the-badge\n[issues-url]: https://github.com/danilhendrasr/dializer/issues\n[license-shield]: https://img.shields.io/github/license/danilhendrasr/dializer.svg?style=for-the-badge\n[license-url]: https://github.com/danilhendrasr/dializer/blob/main/LICENSE\n[twitter-shield]: https://img.shields.io/badge/Twitter-1DA1F2.svg?style=for-the-badge\u0026logo=twitter\u0026logoColor=white\n[twitter-url]: https://twitter.com/danilhendrasr\n[linkedin-shield]: https://img.shields.io/badge/LinkedIn-0A66C2.svg?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\n[linkedin-url]: https://linkedin.com/in/danilhendrasr\n[gmail-shield]: https://img.shields.io/badge/Email-EA4335.svg?style=for-the-badge\u0026logo=gmail\u0026logoColor=white\n[mail-url]: mailto:danilhendrasr@gmail.com\n[react-shield]: https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=000\n[react-url]: https://reactjs.org/\n[nest-shield]: https://img.shields.io/badge/Nest.js-E0234E?style=for-the-badge\u0026logo=nestjs\u0026logoColor=white\n[nest-url]: https://reactjs.org/\n[postgre-shield]: https://img.shields.io/badge/PostgreSQL-4169e1?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white\n[postgre-url]: https://postgresql.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilhendrasr%2Fdializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilhendrasr%2Fdializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilhendrasr%2Fdializer/lists"}