{"id":22356304,"url":"https://github.com/sawirricardo/realworld-emberjs","last_synced_at":"2026-04-29T01:01:48.558Z","repository":{"id":94475893,"uuid":"373366707","full_name":"sawirricardo/realworld-emberjs","owner":"sawirricardo","description":"Realworld application implemented with EmberJS by Ricardo Sawir","archived":false,"fork":false,"pushed_at":"2021-06-03T03:14:29.000Z","size":367,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T14:42:07.389Z","etag":null,"topics":["ember","emberjs","framework","frontend","javascript","js"],"latest_commit_sha":null,"homepage":"https://realworld-emberjs.sawirstudio.com","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/sawirricardo.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-03T03:12:41.000Z","updated_at":"2021-06-03T03:30:35.000Z","dependencies_parsed_at":"2023-03-08T13:15:32.493Z","dependency_job_id":null,"html_url":"https://github.com/sawirricardo/realworld-emberjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sawirricardo/realworld-emberjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawirricardo%2Frealworld-emberjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawirricardo%2Frealworld-emberjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawirricardo%2Frealworld-emberjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawirricardo%2Frealworld-emberjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sawirricardo","download_url":"https://codeload.github.com/sawirricardo/realworld-emberjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawirricardo%2Frealworld-emberjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ember","emberjs","framework","frontend","javascript","js"],"created_at":"2024-12-04T14:09:50.599Z","updated_at":"2026-04-29T01:01:48.493Z","avatar_url":"https://github.com/sawirricardo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realworld Implementation with EmberJS with Ricardo Sawir\n\n### Routing Guidelines\n\n- Home page (URL: /#/ )\n  - List of tags\n  - List of articles pulled from either Feed, Global, or by Tag\n  - Pagination for list of articles\n- Sign in/Sign up pages (URL: /#/login, /#/register )\n  - Uses JWT (store the token in localStorage)\n  - Authentication can be easily switched to session/cookie based\n- Settings page (URL: /#/settings )\n- Editor page to create/edit articles (URL: /#/editor, /#/editor/article-slug-here )\n- Article page (URL: /#/article/article-slug-here )\n  - Delete article button (only shown to article's author)\n  - Render markdown from server client side\n  - Comments section at bottom of page\n  - Delete comment button (only shown to comment's author)\n- Profile page (URL: /#/profile/:username, /#/profile/:username/favorites )\n  - Show basic user info\n  - List of articles populated from author's created articles or author's favorited articles\n\nThis README outlines the details of collaborating on this Ember application.\nA short introduction of this app could easily go here.\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/) (with npm)\n- [Ember CLI](https://ember-cli.com/)\n- [Google Chrome](https://google.com/chrome/)\n\n## Installation\n\n- `git clone \u003crepository-url\u003e` this repository\n- `cd realworld-emberjs-20210602`\n- `npm install`\n\n## Running / Development\n\n- `ember serve`\n- Visit your app at [http://localhost:4200](http://localhost:4200).\n- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).\n\n### Code Generators\n\nMake use of the many generators for code, try `ember help generate` for more details\n\n### Running Tests\n\n- `ember test`\n- `ember test --server`\n\n### Linting\n\n- `npm run lint`\n- `npm run lint:fix`\n\n### Building\n\n- `ember build` (development)\n- `ember build --environment production` (production)\n\n### Deploying\n\nSpecify what it takes to deploy your app.\n\n## Further Reading / Useful Links\n\n- [ember.js](https://emberjs.com/)\n- [ember-cli](https://ember-cli.com/)\n- Development Browser Extensions\n  - [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)\n  - [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsawirricardo%2Frealworld-emberjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsawirricardo%2Frealworld-emberjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsawirricardo%2Frealworld-emberjs/lists"}