{"id":26573945,"url":"https://github.com/kacperfaber/mithril-sql-presentation","last_synced_at":"2026-04-12T01:34:57.485Z","repository":{"id":196596859,"uuid":"603701746","full_name":"kacperfaber/mithril-sql-presentation","owner":"kacperfaber","description":"🏫Interactive presentation I made as homework for school🏫","archived":false,"fork":false,"pushed_at":"2023-09-26T08:59:35.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T01:35:20.342Z","etag":null,"topics":["babel","mithril","mithriljs","mysql","php","sql","typescript","webpack"],"latest_commit_sha":null,"homepage":"","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/kacperfaber.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}},"created_at":"2023-02-19T10:22:32.000Z","updated_at":"2023-09-26T09:07:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"45b52073-73e1-409f-a4d1-bac4380758df","html_url":"https://github.com/kacperfaber/mithril-sql-presentation","commit_stats":null,"previous_names":["kacperfaber/mithril-sql-presentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kacperfaber/mithril-sql-presentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fmithril-sql-presentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fmithril-sql-presentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fmithril-sql-presentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fmithril-sql-presentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kacperfaber","download_url":"https://codeload.github.com/kacperfaber/mithril-sql-presentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fmithril-sql-presentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279161033,"owners_count":26116855,"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-10-16T02:00:06.019Z","response_time":53,"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":["babel","mithril","mithriljs","mysql","php","sql","typescript","webpack"],"created_at":"2025-03-23T01:31:39.875Z","updated_at":"2025-10-16T05:59:06.764Z","avatar_url":"https://github.com/kacperfaber.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mithril-sql-presentation\n\nPresentation I made as homework for school about **SQL**.\u003cbr\u003e\nIntroducing interactive console where we can execute real SQL queries.\n\n\u003cbr\u003eBesides it's my first ❤ mithril project\n\n\u003cimg src=\"screenshots/console.JPG\"\u003e\n\n## See screenshots\n[See screenshots](#screenshots)\n\n## Installation\nFirst clone the repo. \n```shell\ngit clone https://www.github.com/kacperfaber/mithril-sql-presentation \u0026\u0026 cd mithril-sql-presentation\n```\n\n## App configuration\nSetup project\n```shell\nnpm ci\n```\n\n## Server configuration\nYou need API when you want to enable interactive SQL console.\n\u003cbr\u003e\nAPI is included in the /api directory.\n\u003eYou don't have to enable API unless you don't want to use interactive console.\n\n#### api-settings.json\nPlace this file with api.php in the same directory.\n```json5\n// /api-settings.json\n// Place this file at the same directory, where api.php is located\n{\n    \"username\": \"string\",\n    \"password\": \"string\",\n    \"port\": \"number\",\n    \"host\": \"string\",\n    \"temp_db_name\": \"string\",\n  \n    // URL when app is running.\n    // For example http://localhost:3000\n    \"cors\": \"string\" \n}\n```\n\n#### Everything is done. The last step is to connect with API in application. Click the settings button.\n\n## Run app locally\n```shell\nnpm run run\n```\n\n\n## Screenshots\n\n\u003cimg src=\"screenshots/home.JPG\"\u003e\n\u003cimg src=\"screenshots/console.JPG\"\u003e\n\n\n## Author\nKacper Faber\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacperfaber%2Fmithril-sql-presentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkacperfaber%2Fmithril-sql-presentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacperfaber%2Fmithril-sql-presentation/lists"}