{"id":20879646,"url":"https://github.com/aswinbennyofficial/sre-exercises","last_synced_at":"2026-05-04T17:32:42.857Z","repository":{"id":228418417,"uuid":"773942823","full_name":"aswinbennyofficial/sre-exercises","owner":"aswinbennyofficial","description":"Building a resilient backend project from scratch with Dockerization and CI/CD, incorporating Site Reliability Engineering (SRE) principles. Demonstrating best practices in modular architecture, logging, database migration, and CI/CD pipelines for automated testing, deployment.","archived":false,"fork":false,"pushed_at":"2024-03-23T05:39:21.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T16:47:03.044Z","etag":null,"topics":["api","backend","docker","go","go-chi","golang","pgx","postgres","rest-api","sre","student-management-system","vyper-config","yaml-configuration","zerolog"],"latest_commit_sha":null,"homepage":"","language":"Go","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/aswinbennyofficial.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}},"created_at":"2024-03-18T17:06:07.000Z","updated_at":"2024-03-21T11:47:03.000Z","dependencies_parsed_at":"2024-03-22T18:56:09.545Z","dependency_job_id":"0e0145a0-0011-43d2-8739-70759e86c564","html_url":"https://github.com/aswinbennyofficial/sre-exercises","commit_stats":null,"previous_names":["aswinbennyofficial/sre-exercises"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aswinbennyofficial/sre-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2Fsre-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2Fsre-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2Fsre-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2Fsre-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aswinbennyofficial","download_url":"https://codeload.github.com/aswinbennyofficial/sre-exercises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2Fsre-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32617760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["api","backend","docker","go","go-chi","golang","pgx","postgres","rest-api","sre","student-management-system","vyper-config","yaml-configuration","zerolog"],"created_at":"2024-11-18T07:17:13.570Z","updated_at":"2026-05-04T17:32:42.841Z","avatar_url":"https://github.com/aswinbennyofficial.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## 1 - Create a simple REST API Webserver\n- Task link : [View Task](https://playbook.one2n.in/sre-bootcamp/sre-bootcamp-exercises/1-create-a-simple-rest-api)\n\n### Learning Outcomes\n- Learn about the best practices for REST APIs.\n- Learn about the Twelve-Factor App methodology.\n\n### Problem Statement\n- Create a student CRUD REST API using any programming language and web framework of your choice. You can choose to use any of the following:\n    - Golang and Gin\n    - Java and Spring Boot\n    - Python and Flask\n    - Node.js etc.\n\n### Functional Requirement\nUsing the API we should be able to perform the following operations.\n    - Add a new student.\n    - Get all students.\n    - Get a student with an ID.\n    - Update existing student information.\n    - Delete a student record.\n\n### Expectations\nThe following expectations should be met to complete this milestone.\n- Create a public repository on GitHub.\n    - The repository should contain the following\n        - README.md file explaining the purpose of the repo, along with local setup instructions.\n        - Explicitly maintaining dependencies in a file ex (pom.xml, build.gradle, go.mod, requirements.txt, etc).\n        - Makefile to build and run the REST API locally.\n        - Ability to run DB schema migrations to create the student table.\n        - Config (such as database URL) should not be hard-coded in the code and should be passed through environment variables.\n        - Postman collection for the APIs.\n\n- API expectations\n    - Support API versioning (e.g., api/v1/\u003cresource\u003e).\n    - Using proper HTTP verbs for different operations.\n    - API should emit meaningful logs with appropriate log levels.\n    - API should have a /healthcheck endpoint.\n    - Unit tests for different endpoints.\n\n\n\n## Getting started","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswinbennyofficial%2Fsre-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faswinbennyofficial%2Fsre-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswinbennyofficial%2Fsre-exercises/lists"}