{"id":28509243,"url":"https://github.com/polinanime/sna25","last_synced_at":"2026-05-01T23:39:19.275Z","repository":{"id":292702251,"uuid":"981652677","full_name":"Polinanime/sna25","owner":"Polinanime","description":"A social blogging platform built with Next.js and Go Fiber demonstrating DevOps practices, containerization, and CI/CD pipelines for the System and Network Administration course at Innopolis University.","archived":false,"fork":false,"pushed_at":"2025-05-18T19:25:47.000Z","size":896,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-01T23:39:17.421Z","etag":null,"topics":["devops","fiber","frontend","golang","nextjs"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"alpody/golang-fiber-realworld-example-app","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Polinanime.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,"zenodo":null}},"created_at":"2025-05-11T15:43:04.000Z","updated_at":"2025-05-18T19:25:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8588c00c-9c14-4bc4-ab34-4de77597ecd0","html_url":"https://github.com/Polinanime/sna25","commit_stats":null,"previous_names":["polinanime/sna25"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Polinanime/sna25","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polinanime%2Fsna25","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polinanime%2Fsna25/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polinanime%2Fsna25/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polinanime%2Fsna25/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Polinanime","download_url":"https://codeload.github.com/Polinanime/sna25/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polinanime%2Fsna25/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32517232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["devops","fiber","frontend","golang","nextjs"],"created_at":"2025-06-08T22:07:49.837Z","updated_at":"2026-05-01T23:39:19.266Z","avatar_url":"https://github.com/Polinanime.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Group Project Assignment\n\n![](https://github.com/Polinanime/sna25/actions/workflows/docker-image.yaml/badge.svg)\n![](https://github.com/Polinanime/sna25/actions/workflows/backend-lint.yaml/badge.svg)\n![](https://github.com/Polinanime/sna25/actions/workflows/frontend-lint.yaml/badge.svg)\n\n[S25] System and Network Administration / Innopolis University\n\n### Team Members\n\n| Name              | Email                            | Group     |\n| ----------------- | -------------------------------- | --------- |\n| Mikhail Panteleev | m.panteleev@innopolis.university | B23-SD-01 |\n| Asqar Arslanov    | a.arslanov@innopolis.university  | B23-SD-01 |\n\n---\n\n## Social Blogging Site\n\nConduit (the app name) allows you to read articles made by other users and even\npublish your own! You can think of it as a [Medium](https://medium.com) clone.\n\nThe application is available on the web. Follow this link to use it:\nhttp://88.218.62.21:80.\n\nYou can also use the Docker images separately.\n\n- Back end: https://hub.docker.com/r/polinaanime/sna25-backend\n- Front end: https://hub.docker.com/r/polinaanime/sna25-frontend\n\n### Build Instructions\n\nTo launch a development server, you can use the following\n[shell script](/scripts/run-dev.sh):\n\n```shell\nscripts/run-dev.sh\n```\n\nAlternatively, you may simply launch the\n[development Compose file](/compose-dev.yml):\n\n```shell\ndocker compose --file=compose-dev.yml up --build\n```\n\nThen, the website should be available on http://localhost:80.\n\n### Acknowledgements\n\nThe SNA course mainly focuses on DevOps practices to maintain and deploy\nsoftware applications rather than the arcitectural side of building software\nwith code. For this reason, we\u0026CloseCurlyQuote;ve decided not to reinvent the\nwheel and build upon an existing open source foundation.\n\nThe project idea has been taken from the\n[RealWorld](https://realworld-docs.netlify.app/) project\u0026mdash;a specification\nfor a social blogging website used for (a) learning to build\n\u0026OpenCurlyDoubleQuote;real world\u0026CloseCurlyDoubleQuote;\u0026ndash;size applications\n(b) demonstrating capabilities of new technologies.\n\nThe code for the back end has mostly been taken from\n[dashhhik/realworld-fiber-sqlc](https://github.com/dashhhik/realworld-fiber-sqlc).\nThe front end code originates from\n[yukicountry/realworld-nextjs-rsc](https://github.com/yukicountry/realworld-nextjs-rsc).\nThese implementations work well together (as all RealWorld implementations are\nsupposed to).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolinanime%2Fsna25","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolinanime%2Fsna25","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolinanime%2Fsna25/lists"}