{"id":16209144,"url":"https://github.com/robbdimitrov/pixelgram","last_synced_at":"2025-08-12T21:04:08.759Z","repository":{"id":53474958,"uuid":"108114479","full_name":"robbdimitrov/pixelgram","owner":"robbdimitrov","description":"Instagram clone using k8s, node and angular","archived":false,"fork":false,"pushed_at":"2023-02-18T12:19:14.000Z","size":6667,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T00:41:24.180Z","etag":null,"topics":["angular","docker","javascript","kubernetes","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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/robbdimitrov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-24T10:58:22.000Z","updated_at":"2025-01-10T06:16:27.000Z","dependencies_parsed_at":"2023-02-13T01:31:26.625Z","dependency_job_id":"083e5bc0-4c7f-4d27-b6e8-6dbdf54cb470","html_url":"https://github.com/robbdimitrov/pixelgram","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/robbdimitrov/pixelgram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbdimitrov%2Fpixelgram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbdimitrov%2Fpixelgram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbdimitrov%2Fpixelgram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbdimitrov%2Fpixelgram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robbdimitrov","download_url":"https://codeload.github.com/robbdimitrov/pixelgram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbdimitrov%2Fpixelgram/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270134992,"owners_count":24533193,"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-08-12T02:00:09.011Z","response_time":80,"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":["angular","docker","javascript","kubernetes","nodejs","typescript"],"created_at":"2024-10-10T10:28:05.106Z","updated_at":"2025-08-12T21:04:08.700Z","avatar_url":"https://github.com/robbdimitrov.png","language":"TypeScript","readme":"# Pixelgram\n\n**Pixelgram** is an image-sharing application where users can create,\nbrowse and like images.\n\n## Architecture\n\nService | Language | Description\n--- | --- | ---\n[backend](/src/backend) | JavaScript | Backend of the app, responsible for users, posts and authentication.\n[database](/src/database) | SQL | PostgreSQL database with tables, relationships and functions.\n[frontend](/src/frontend) | TypeScript | Angular frontend of the app.\n\n## Setup\n\n### Clone the repository\n\nClone the repository to your filesystem\n\n```sh\ngit clone git@github.com:robbdimitrov/pixelgram.git\ncd pixelgram\n```\n\n### Build the images\n\nBuild all the images\n\n```sh\nmake\n```\n\nOr build specific images\n\n```sh\nmake backend\nmake database\nmake frontend\n```\n\n### Create namespace\n\nCreate namespace for the k8s resources\n\n```sh\nkubectl create namespace pixelgram\n```\n\n### Create deployments\n\nCreate deployments and volumes\n\n```sh\nkubectl apply -f ./k8s -n pixelgram\n```\n\n## Access the frontend\n\nEnable port forwarding\n\n```sh\nkubectl port-forward service/frontend 8080 -n pixelgram\n```\n\nOpen the frontend [here](http://localhost:8080/).\n\n## Cleanup\n\nDelete all resources\n\n```sh\nkubectl delete -f ./k8s -n pixelgram\n```\n\nDelete the namespace\n\n```sh\nkubectl delete namespace pixelgram\n```\n\n## API\n\nThe API documentation is available [here](/API.md).\n\n## License\n\nLicensed under the [MIT](LICENSE) License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbdimitrov%2Fpixelgram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobbdimitrov%2Fpixelgram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbdimitrov%2Fpixelgram/lists"}