{"id":26423525,"url":"https://github.com/mobius-network/flappy-dapp","last_synced_at":"2025-03-18T02:52:39.810Z","repository":{"id":37546562,"uuid":"140195129","full_name":"mobius-network/flappy-dapp","owner":"mobius-network","description":"Flappy Bird sample DApp in different languages","archived":false,"fork":false,"pushed_at":"2022-12-22T09:03:18.000Z","size":1203,"stargazers_count":4,"open_issues_count":35,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-03-02T09:45:56.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mobius-network.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}},"created_at":"2018-07-08T19:09:05.000Z","updated_at":"2022-04-14T03:11:47.000Z","dependencies_parsed_at":"2023-01-30T06:31:38.162Z","dependency_job_id":null,"html_url":"https://github.com/mobius-network/flappy-dapp","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobius-network%2Fflappy-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobius-network%2Fflappy-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobius-network%2Fflappy-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobius-network%2Fflappy-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobius-network","download_url":"https://codeload.github.com/mobius-network/flappy-dapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244147353,"owners_count":20405940,"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":[],"created_at":"2025-03-18T02:52:39.147Z","updated_at":"2025-03-18T02:52:39.804Z","avatar_url":"https://github.com/mobius-network.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flappy DApp Example Repo\nThis repository is dedicated to providing example API's using the different Mobius SDKs. The `backend` directory contains different API examples while the frontend of the Flappy Bird DApp is located in the `frontend` directory. Full documentation on this process can be found by choosing any example from the official \u003ca href=\"https://docs.mobius.network/docs\" target=\"_blank\"\u003eMobius Docs\u003c/a\u003e.\n\n## Getting Started\nClone this repository:\n```console\n$ git clone https://github.com/mobius-network/flappy-dapp.git\n```\n\n## Backend Configuration\nChoose an API example you would like to run and navigate to that folder. Within each example, there are specific documentation instructions for setting the initial configuration.\n\n### Serverless Quickstart\n\nRun an API example using Node.js, the `mobius-client-js` SDK with the ability to easily deploy using Webtask.io in minutes. Navigate to the `serverless-quickstart` directory to run this API. For full documentation on this example, visit the official \u003ca href=\"https://docs.mobius.network/docs/serverless-quickstart-api\" target=\"_blank\"\u003eServerless Quickstart API docs\u003c/a\u003e.\n\n```console\n$ cd backend/serverless-quickstart\n```\n\n### Node.js API\n\nRun an API example using Node.js and the `mobius-client-js` SDK. Navigate to the `nodejs-api` directory to run this API. For full documentation on this example, visit the official \u003ca href=\"https://docs.mobius.network/docs/nodejs-api\" target=\"_blank\"\u003eNode.js API docs\u003c/a\u003e.\n\n```console\n$ cd backend/nodejs-api\n```\n\n### Python Flask API\n\nRun an API example using Python and the `mobius-client-python` SDK. Navigate to the `python-flask-api` directory to run this API. For full documentation on this example, visit the official \u003ca href=\"https://docs.mobius.network/docs/python-flask-api\" target=\"_blank\"\u003ePython Flask API docs\u003c/a\u003e.\n\n```console\n$ cd backend/python-flask-api\n```\n\n### PHP API\n\nRun an API example using PHP and the `mobius-client-php` SDK. Navigate to the `php-api` directory to run this API. For full documentation on this example, visit the official \u003ca href=\"https://docs.mobius.network/docs/php-api\" target=\"_blank\"\u003ePHP API docs\u003c/a\u003e.\n\n```console\n$ cd backend/php-api\n```\n\n### .NET Core API\n\nRun an API example using .NET Core and the `mobius-client-dotnet` SDK. Navigate to the `dotnet-core-api` directory to run this API. For full documentation on this example, visit the official \u003ca href=\"https://docs.mobius.network/docs/dotnet-core-api\" target=\"_blank\"\u003e.NET Core docs\u003c/a\u003e.\n\n```console\n$ cd backend/php-api\n```\n\n## Frontend Configuration\nThe frontend of the application only needs minor setup and configuration to run. Full documentation on this process can be found by choosing any example from the official \u003ca href=\"https://docs.mobius.network/docs\" target=\"_blank\"\u003eMobius Docs\u003c/a\u003e.\n\nNavigate to `frontend`\n```console\n$ cd frontend\n```\n\nInstall Dependencies\n```console\n$ yarn install\n```\n\nSet Endpoint in `main.js` \n```javascript\n// The port may vary depending on what the local API is running on.\nconst DAPP_API = 'http://localhost:8080/api';\n```\n\nRun localhost Server\n```console\n$ yarn dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobius-network%2Fflappy-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobius-network%2Fflappy-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobius-network%2Fflappy-dapp/lists"}