{"id":21363634,"url":"https://github.com/fredericbonnet/instakittens","last_synced_at":"2025-03-16T07:13:06.336Z","repository":{"id":99931346,"uuid":"157776673","full_name":"fredericbonnet/instakittens","owner":"fredericbonnet","description":"The Instakittens project is a collection of Instagram-like applications build for educational purpose using a variety of technologies.","archived":false,"fork":false,"pushed_at":"2019-05-24T06:47:24.000Z","size":1,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T19:36:42.820Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/fredericbonnet.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":"2018-11-15T21:45:10.000Z","updated_at":"2024-12-31T16:33:01.000Z","dependencies_parsed_at":"2023-03-13T15:43:38.678Z","dependency_job_id":null,"html_url":"https://github.com/fredericbonnet/instakittens","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericbonnet%2Finstakittens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericbonnet%2Finstakittens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericbonnet%2Finstakittens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericbonnet%2Finstakittens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fredericbonnet","download_url":"https://codeload.github.com/fredericbonnet/instakittens/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243836028,"owners_count":20355616,"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":"2024-11-22T06:20:27.427Z","updated_at":"2025-03-16T07:13:06.317Z","avatar_url":"https://github.com/fredericbonnet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Instakittens project\n\nThe Instakittens project is a collection of Instagram-like applications using a\nvariety of technologies:\n\n- Languages\n- Frameworks\n- Protocols\n- Architectures\n\nThis is mostly an educative and explorative project with a strong focus on\ntests, not applicative code. Think of [TodoMVC](http://todomvc.com/), but for\ntesting frameworks. TodoMVC is a great project, but I think that, in the scope\nof this project, the data model and the business rules of a To-Do list manager\nare too simple compared to most real-world applications, especially on the\nfollowing points:\n\n- No complex entity relationships\n- No user profiles\n- Use case scenarios are very linear and self-contained\n- Static, non-temporal data\n\nOn the other hand, social applications such as Instagram:\n\n- Are multi-users by nature, interacting with each others\n- Define several user profiles\n- Implement authentication and authorization policies\n- Handle temporal data (e.g. comments)\n\nLast, they only depend on a handful of entities (users, albums, photos,\ncomments), making them ideal candidates for this experiment.\n\n## Entities\n\n### Users\n\nThe application allows several levels of access:\n\n- Anonymous, unauthenticated visitors\n- Registered users\n- Administrators\n\n### Albums\n\nUsers can create any number of photo albums. Albums allow several access levels:\n\n- **Public**: Content is visible by everybody\n- **Restricted**: Content is visible by registered users only\n- **Private**: Content is visible by owner only\n\n### Photos\n\nAlbums can contain any number of kitten pictures.\n\n### Comments\n\nRegistered users can post comments under public or restricted album photos.\n\n## Subprojects\n\n### Instakittens Data Generator\n\nJSON database generator for the Instakittens project\n\nhttps://github.com/fredericbonnet/instakittens-data-generator\n\n### Instakittens JSON Server\n\nMock REST API server for the Instakittens project\n\nhttps://github.com/fredericbonnet/instakittens-json-server\n\n### Instakittens React administration interface\n\nReact-admin application for the Instakittens project\n\nhttps://github.com/fredericbonnet/instakittens-react-admin\n\n### Instakittens Ionic 4/Angular client application\n\nIonic 4/Angular application for the Instakittens project\n\nhttps://github.com/fredericbonnet/instakittens-ionic4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredericbonnet%2Finstakittens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredericbonnet%2Finstakittens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredericbonnet%2Finstakittens/lists"}