{"id":19259835,"url":"https://github.com/unicef/iogt-pwa","last_synced_at":"2025-10-13T04:32:36.400Z","repository":{"id":39019860,"uuid":"258992653","full_name":"unicef/iogt-pwa","owner":"unicef","description":"A UNICEF-led digital solution transforming lives and providing opportunity, by making knowledge universally accessible.","archived":false,"fork":false,"pushed_at":"2023-01-08T00:28:06.000Z","size":12982,"stargazers_count":3,"open_issues_count":46,"forks_count":2,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2025-07-26T23:12:09.915Z","etag":null,"topics":["django","javascript-es6","progressive-web-app","python-3","service-worker","single-page-applications","wagtail-cms"],"latest_commit_sha":null,"homepage":"https://www.internetofgoodthings.org/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicef.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-26T09:40:38.000Z","updated_at":"2023-04-04T22:27:24.000Z","dependencies_parsed_at":"2023-02-08T03:46:13.481Z","dependency_job_id":null,"html_url":"https://github.com/unicef/iogt-pwa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unicef/iogt-pwa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicef%2Fiogt-pwa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicef%2Fiogt-pwa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicef%2Fiogt-pwa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicef%2Fiogt-pwa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicef","download_url":"https://codeload.github.com/unicef/iogt-pwa/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicef%2Fiogt-pwa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013685,"owners_count":26085390,"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-13T02:00:06.723Z","response_time":61,"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":["django","javascript-es6","progressive-web-app","python-3","service-worker","single-page-applications","wagtail-cms"],"created_at":"2024-11-09T19:18:01.114Z","updated_at":"2025-10-13T04:32:36.364Z","avatar_url":"https://github.com/unicef.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iogt-pwa\n\n## Documentation\n\nOur [wiki](https://github.com/unicef/iogt-pwa/wiki) has several pages of information for developers, and people contributing to IoGT-PWA. Check it out for your authoritative source of information about the IoGT-PWA community.\n\n\n## Local installation\n\n#### Activate your virtual environment (backend)\n```bash\n$ virtualenv iogt\n$ source iogt/bin/activate\n```\n\n#### Install necessary dependencies \u0026 setup database (backend)\n```bash\ngit clone https://github.com/unicef/iogt-pwa.git\ncd iogt-pwa/iogt\npip install -r requirements.txt\ncd ..\n\npython manage.py migrate\npython manage.py createsuperuser\npython manage.py runserver\n```\n\nThe demo site will now be accessible at [http://localhost:8000/](http://localhost:8000/) and the Wagtail admin\ninterface at [http://localhost:8000/admin/](http://localhost:8000/admin/).\n\nLog into the admin with the credentials you set while creating the superuser account.\n\nUse `Ctrl+c` to stop the local server. \n\n\n\n#### Setup yarn package manager (Depends on [nodejs](https://nodejs.org/en/download/) environment)\n```bash\n# May require administrator privileges to the command\nnpm install -g yarn \n```\n#### Install necessary dependencies in a separate terminal window (frontend)\n```bash\n\n# Navigate to frontend folder\ncd frontend\n\n# Install frontend dependencies\nyarn install\n\n# Start a development server\nyarn run dev\n\n# Making a production build\nyarn run build\n```\nOnce the server has started, it will print a local development URL to open in your browser. Now you're ready to test drive IoGT website!\n\n## Agile development cycle\nIoGT development team follows an agile development cycle as illustrated below in the steps to deliver working software as quickly as possible.\n\n![Agile development cycle diagram](https://raw.githubusercontent.com/unicef/iogt-pwa/master/docs/devops1.png)\n\n## Questions\n\nFor questions and support please use the [community chat](https://discord.gg/phuq48). The [issue list](https://github.com/unicef/iogt-pwa/issues) of this repo is exclusively for bug reports and feature requests.\n\n## Issues\n\nPlease make sure to read the [Issue Reporting Checklist](https://github.com/unicef/iogt-pwa/blob/master/CONTRIBUTING.md) before opening an issue. Issues not conforming to the guidelines may be closed immediately.\n\n\n## Changelog\n\nDetailed changes for each release are documented in the [release notes.](https://github.com/unicef/iogt-pwa/releases)\n\n\n## Stay In Touch\n\n- [Twitter](https://twitter.com/hashtag/iogt)\n\n\n## Contribution\n\nPlease make sure to read the [contributing guide](https://github.com/unicef/iogt-pwa/blob/master/CONTRIBUTING.md) before making a pull request. \n\nThank you to all the people who already contributed to IOGT-PWA!\n\n\u003ca href=\"https://github.com/bppanwar\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/6149957?v=4\" width=40\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/nathanbaleeta\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/8824104?v=4\" width=40\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/hahntrn\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/16748538?v=4\" width=40\u003e\u003c/a\u003e\n            \n\n## License\n[GNU AFFERO GENERAL PUBLIC LICENSE](https://github.com/unicef/iogt-pwa/blob/master/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicef%2Fiogt-pwa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicef%2Fiogt-pwa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicef%2Fiogt-pwa/lists"}