{"id":28991272,"url":"https://github.com/kuclap/kuclap-review","last_synced_at":"2026-05-08T15:38:51.467Z","repository":{"id":56417872,"uuid":"301966063","full_name":"KUclap/KUclap-review","owner":"KUclap","description":"Back-end service for management review (https://api-review.kuclap.com).","archived":false,"fork":false,"pushed_at":"2023-04-16T15:34:35.000Z","size":29892,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T01:14:26.699Z","etag":null,"topics":["docker","github-actions","golang","heroku","mgo","modd","mux","pipeline","staging","toml","vegeta"],"latest_commit_sha":null,"homepage":"https://api-review.kuclap.com","language":"Go","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/KUclap.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-07T08:00:22.000Z","updated_at":"2022-12-14T23:26:21.000Z","dependencies_parsed_at":"2024-06-20T06:08:17.076Z","dependency_job_id":null,"html_url":"https://github.com/KUclap/KUclap-review","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KUclap/KUclap-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUclap%2FKUclap-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUclap%2FKUclap-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUclap%2FKUclap-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUclap%2FKUclap-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KUclap","download_url":"https://codeload.github.com/KUclap/KUclap-review/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUclap%2FKUclap-review/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261783463,"owners_count":23208956,"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","github-actions","golang","heroku","mgo","modd","mux","pipeline","staging","toml","vegeta"],"created_at":"2025-06-25T01:14:25.230Z","updated_at":"2026-05-08T15:38:51.409Z","avatar_url":"https://github.com/KUclap.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/github_username/repo_name\"\u003e\n    \u003cimg src=\"logo.png\" alt=\"Logo\" width=\"125\" height=\"125\"\u003e\n  \u003c/a\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eKUclap Back-End\u003c/h3\u003e\n\n![Deploy-to-DO-production](https://github.com/KUclap/KUclap-review/workflows/Deploy-to-DO-production/badge.svg?branch=release\u0026event=push)\n\n\u003c/div\u003e\n\u003c/p\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## Overview\n\nThis repository is KUclap back-end source code which is written in golang for implementing a web API and using it access to the database 🚀.\n\n### Documentation\n\nPostman Collection 📝\nURL : https://www.getpostman.com/collections/79cb50bda1b010277ac9\n\n### Built With 🔧\n\n-   [Golang](https://golang.org/)\n-   [mgo.v2](https://godoc.org/gopkg.in/mgo.v2)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps 🎉.\n\n### Prerequisites\n\nInstall these prerequisites ✅ .\n\n-   Go\n-   Docker\n\n### Installation\n\n1. Clone the repo\n\n```sh\ngit clone https://github.com/KUclap/KUclap-review.git\n```\n\n2. Install packages\n\n```sh\ngo get ./...\n# or\ngo mod download\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Development / Usage\n\nUse `modd` for live reloading by follow this command 😎 .\n\n```sh\nmake gomodd\n```\n\n## Deployment\n\n### Staging\n\nThis command is for deploying to Heroku 🤒 (Stagging Environment).\n\n```sh\nmake deploy-to-staging\n```\n\n### Pre-Production\n\nMerge commits from master into pre-prod-release branch. The pipeline will deploy to Gandalf's server (DigitalOcean droplet) automatically 🤮.\n\n```sh\ngit checkout pre-prod-release\ngit pull origin master\n...\ngit push\n```\n\n### Production\n\nLike Pre-Production 😬, Merge commits from master into release branch. The pipeline will deploy to Gandalf's server (DigitalOcean droplet) automatically 😳 .\n\n```sh\ngit checkout release\ngit pull origin master\n...\ngit push\n```\n\n## Note 🌶\n\n-   For more details about commands, Please read `Makefile`.\n-   `.github/workflows` is used for storing pipeline script for automated deployment.\n-   You have to install `heroku` CLI for deploying image to staging.\n-   Heroku only detects docker image (Dockerfile) which filename starting with 'D' capital letter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuclap%2Fkuclap-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuclap%2Fkuclap-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuclap%2Fkuclap-review/lists"}