{"id":22415245,"url":"https://github.com/neography7/questr-deployment","last_synced_at":"2026-04-19T14:01:45.113Z","repository":{"id":208504209,"uuid":"721753074","full_name":"Neography7/questr-deployment","owner":"Neography7","description":"This repository contains the docker \u0026 kubernetes deployment portion of the Questr Q\u0026A application.","archived":false,"fork":false,"pushed_at":"2023-11-21T17:48:55.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T09:24:12.986Z","etag":null,"topics":["docker","kubernetes","nestjs","react"],"latest_commit_sha":null,"homepage":"http://www.appquestr.com","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Neography7.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":"2023-11-21T17:47:43.000Z","updated_at":"2024-09-25T14:12:04.000Z","dependencies_parsed_at":"2023-11-21T20:54:40.056Z","dependency_job_id":null,"html_url":"https://github.com/Neography7/questr-deployment","commit_stats":null,"previous_names":["neography7/questr-deployment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neography7%2Fquestr-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neography7%2Fquestr-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neography7%2Fquestr-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neography7%2Fquestr-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neography7","download_url":"https://codeload.github.com/Neography7/questr-deployment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245779486,"owners_count":20670688,"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":["docker","kubernetes","nestjs","react"],"created_at":"2024-12-05T15:11:43.016Z","updated_at":"2026-04-19T14:01:40.085Z","avatar_url":"https://github.com/Neography7.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QUESTR - Anonymous Q\u0026A Application\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/KAhUMk0.png\" alt=\"Logo\" width=\"500\" /\u003e\n\u003c/p\u003e\n\nThis repository contains the docker \u0026 kubernetes deployment portion of the Questr Q\u0026A application.\n\n## QUESTR - All Repositories\n\n- [Frontend](https://github.com/Neography7/questr-front)\n- [API Gateway](https://github.com/Neography7/questr-gateway)\n- [User Microservice](https://github.com/Neography7/questr-user-srvc)\n- [Auth Microservice](https://github.com/Neography7/questr-auth-srvc)\n- [Question Microservice](https://github.com/Neography7/questr-question-srvc)\n- [GRPC Protos](https://github.com/Neography7/questr-proto)\n- [Deployment](https://github.com/Neography7/questr-deployment)\n\n## Description\n\nThis package encapsulates Questr's Docker \u0026 Kubernetes deployment setup. Deployment is orchestrated within Kubernetes, utilizing Nginx Ingress for routing. SSL encryption is implemented using Let's Encrypt through Cert-Manager.\n\nThis configuration will be realized utilizing the repositories mentioned above. You can explore these repositories to view the codebase and configurations used in this setup.\n\n## Installing\n\nFirstly, create docker images.\n\n```bash\n$ docker build -t questr-frontend frontend/\n$ docker build -t questr-api-gateway api-gateway/\n$ docker build -t questr-auth-microservice auth-service/\n$ docker build -t questr-question-microservice question-service/\n$ docker build -t questr-user-microservice user-service/\n```\n\nCreate namespace.\n\n```bash\n$ kubectl create namespace questr\n```\n\nThen apply kubernetes files. \n\n```bash\n# config\n$ kubectl apply -f .\\config.yaml\n\n# ssl certificate\n$ kubectl apply -f .\\certificate.yaml\n\n# deployment - ingress\n$ kubectl apply -f .\\questr.yaml\n\n# ..or if you want use local environment\n# you can skip certificate and questr yaml\n# apply this for load balancer\n$ kubectl apply -f .\\config.yaml\n```\n\n## License\n\nThis project is licensed under the [Beerware License](LICENSE).\n\nIf you find this project useful and we ever meet, you might consider buying me a beer in return.\n\n## Contact\n\nIf you have any questions or feedback regarding the project, feel free to get in touch:\n\n- Email: ilkerakyel97@gmail.com\n- LinkedIn: [İlker Akyel](https://www.linkedin.com/in/ilker-akyel/)\n- Website: [ilkerakyel.com](https://www.ilkerakyel.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneography7%2Fquestr-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneography7%2Fquestr-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneography7%2Fquestr-deployment/lists"}