{"id":50937825,"url":"https://github.com/bcorfman/highscoregui","last_synced_at":"2026-06-17T11:02:52.476Z","repository":{"id":200823787,"uuid":"706325199","full_name":"bcorfman/HighScoreGUI","owner":"bcorfman","description":"Web frontend to my containerized HighScore database service","archived":false,"fork":false,"pushed_at":"2024-04-02T01:53:22.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-02T02:42:52.706Z","etag":null,"topics":["anvil","frontend","gui","python","rapid-development","webapp"],"latest_commit_sha":null,"homepage":"https://highscore-web-gui.anvil.app/","language":"CSS","has_issues":false,"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/bcorfman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-10-17T18:15:06.000Z","updated_at":"2023-10-17T22:44:28.000Z","dependencies_parsed_at":"2023-10-24T00:30:46.086Z","dependency_job_id":null,"html_url":"https://github.com/bcorfman/HighScoreGUI","commit_stats":null,"previous_names":["bcorfman/highscoregui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bcorfman/HighScoreGUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2FHighScoreGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2FHighScoreGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2FHighScoreGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2FHighScoreGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcorfman","download_url":"https://codeload.github.com/bcorfman/HighScoreGUI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2FHighScoreGUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445186,"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-17T02:00:05.408Z","response_time":127,"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":["anvil","frontend","gui","python","rapid-development","webapp"],"created_at":"2026-06-17T11:02:47.623Z","updated_at":"2026-06-17T11:02:52.471Z","avatar_url":"https://github.com/bcorfman.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About This [Anvil](https://anvil.works/?utm_source=github:app_README) App\n\n### Build web apps with nothing but Python.\n\nThe app in this repository is built with [Anvil](https://anvil.works?utm_source=github:app_README), the framework for building web apps with nothing but Python. You can clone this app into your own Anvil account to use and modify. The backend is my [database microservice](https://github.com/bcorfman/highscore-micro-two), also on GitHub.\n\nBelow, you will find:\n- [How to open this app](#opening-this-app-in-anvil-and-getting-it-online) in Anvil and deploy it online\n- Information [about Anvil](#about-anvil)\n- And links to some handy [documentation and tutorials](#tutorials-and-documentation)\n\n## Opening this app in Anvil and getting it online\n\n### Cloning the app\n\nGo to the [Anvil Editor](https://anvil.works/build?utm_source=github:app_README) (you might need to sign up for a free account) and click on “Clone from GitHub” (underneath the “Blank App” option):\n\n\u003cimg src=\"https://anvil.works/docs/version-control-new-ide/img/git/clone-from-github.png\" alt=\"Clone from GitHub\"/\u003e\n\nEnter the URL of this GitHub repository. If you're not yet logged in, choose \"GitHub credentials\" as the authentication method and click \"Connect to GitHub\".\n\n\u003cimg src=\"https://anvil.works/docs/version-control-new-ide/img/git/clone-app-from-git.png\" alt=\"Clone App from Git modal\"/\u003e\n\nFinally, click \"Clone App\".\n\nThis app will then be in your Anvil account, ready for you to run it or start editing it! **Any changes you make will be automatically pushed back to this repository, if you have permission!** You might want to [make a new branch](https://anvil.works/docs/version-control-new-ide?utm_source=github:app_README).\n\n### Running the app yourself:\n\nFind the **Run** button at the top-right of the Anvil editor:\n\n\u003cimg src=\"https://anvil.works/docs/img/run-button-new-ide.png\"/\u003e\n\n\n### Publishing the app on your own URL\n\nNow you've cloned the app, you can [deploy it on the internet with two clicks](https://anvil.works/docs/deployment/quickstart?utm_source=github:app_README)! Find the **Publish** button at the top-right of the editor:\n\n\u003cimg src=\"https://anvil.works/docs/deployment-new-ide/img/environments/publish-button.png\"/\u003e\n\nWhen you click it, you will see the Publish dialog:\n\n\u003cimg src=\"https://anvil.works/docs/deployment-new-ide/img/quickstart/empty-environments-dialog.png\"/\u003e\n\nClick **Publish This App**, and you will see that your app has been deployed at a new, public URL:\n\n\u003cimg src=\"https://anvil.works/docs/deployment-new-ide/img/quickstart/default-public-environment.png\"/\u003e\n\nThat's it - **your app is now online**. Click the link and try it!\n\n## About Anvil\n\nIf you’re new to Anvil, welcome! Anvil is a platform for building full-stack web apps with nothing but Python. No need to wrestle with JS, HTML, CSS, Python, SQL and all their frameworks – just build it all in Python.\n\n\u003cfigure\u003e\n\u003cfigcaption\u003e\u003ch3\u003eLearn About Anvil In 80 Seconds👇\u003c/h3\u003e\u003c/figcaption\u003e\n\u003ca href=\"https://www.youtube.com/watch?v=3V-3g1mQ5GY\" target=\"_blank\"\u003e\n\u003cimg\n  src=\"https://anvil-website-static.s3.eu-west-2.amazonaws.com/anvil-in-80-seconds-YouTube.png\"\n  alt=\"Anvil In 80 Seconds\"\n/\u003e\n\u003c/a\u003e\n\u003c/figure\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n[![Try Anvil Free](https://anvil-website-static.s3.eu-west-2.amazonaws.com/mark-complete.png)](https://anvil.works?utm_source=github:app_README)\n\nTo learn more about Anvil, visit [https://anvil.works](https://anvil.works?utm_source=github:app_README).\n\n## Tutorials and documentation\n\n### Tutorials\n\nIf you are just starting out with Anvil, why not **[try the 10-minute Feedback Form tutorial](https://anvil.works/learn/tutorials/feedback-form?utm_source=github:app_README)**? It features step-by-step tutorials that will introduce you to the most important parts of Anvil.\n\nAnvil has tutorials on:\n- [Building Dashboards](https://anvil.works/learn/tutorials/data-science#dashboarding?utm_source=github:app_README)\n- [Multi-User Applications](https://anvil.works/learn/tutorials/multi-user-apps?utm_source=github:app_README)\n- [Building Web Apps with an External Database](https://anvil.works/learn/tutorials/external-database?utm_source=github:app_README)\n- [Deploying Machine Learning Models](https://anvil.works/learn/tutorials/deploy-machine-learning-model?utm_source=github:app_README)\n- [Taking Payments with Stripe](https://anvil.works/learn/tutorials/stripe?utm_source=github:app_README)\n- And [much more....](https://anvil.works/learn/tutorials?utm_source=github:app_README)\n\n### Reference Documentation\n\nThe Anvil reference documentation provides comprehensive information on how to use Anvil to build web applications. You can find the documentation [here](https://anvil.works/docs/overview?utm_source=github:app_README).\n\nIf you want to get to the basics as quickly as possible, each section of this documentation features a [Quick-Start Guide](https://anvil.works/docs/overview/quickstarts?utm_source=github:app_README).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcorfman%2Fhighscoregui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcorfman%2Fhighscoregui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcorfman%2Fhighscoregui/lists"}