{"id":26915798,"url":"https://github.com/gervaiscodes/ticketing","last_synced_at":"2025-04-01T18:39:45.359Z","repository":{"id":282768528,"uuid":"949373839","full_name":"gervaiscodes/ticketing","owner":"gervaiscodes","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-16T10:11:08.000Z","size":1082,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T20:38:19.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/gervaiscodes.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}},"created_at":"2025-03-16T10:09:14.000Z","updated_at":"2025-03-16T15:52:03.000Z","dependencies_parsed_at":"2025-03-16T20:38:55.611Z","dependency_job_id":"a51299c4-b7c2-40bf-8e47-d8a251a0044a","html_url":"https://github.com/gervaiscodes/ticketing","commit_stats":null,"previous_names":["gervaiscodes/ticketing"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gervaiscodes%2Fticketing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gervaiscodes%2Fticketing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gervaiscodes%2Fticketing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gervaiscodes%2Fticketing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gervaiscodes","download_url":"https://codeload.github.com/gervaiscodes/ticketing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246692629,"owners_count":20818719,"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":[],"created_at":"2025-04-01T18:39:44.776Z","updated_at":"2025-04-01T18:39:45.347Z","avatar_url":"https://github.com/gervaiscodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ticketing\n\n## Installation\n\n### Hosts File\n\n```\n127.0.0.1       ticketing.dev\n```\n\n### Minikube\n\nhttps://minikube.sigs.k8s.io/docs/start/\n\n### Kubectl\n\nInstall Kubectl: https://kubernetes.io/docs/tasks/tools/#kubectl.\n\n### Ingress Nginx\n\n```bash\nminikube addons enable ingress\n```\n\nIf using someting else than Minikube, please follow instructions here: https://kubernetes.github.io/ingress-nginx/deploy/.\n\nForward port:\n\n```bash\nkubectl port-forward --namespace=ingress-nginx service/ingress-nginx-controller 8080:80\n```\n\n### Secrets\n\n```bash\nkubectl create secret generic jwt-secret --from-literal=JWT_KEY=asd\nkubectl create secret generic stripe-secret --from-literal=STRIPE_SECRET_KEY=asd\n```\n\n### Gitlab Token\n\nCreate a personnal access token: https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html.\n\n```bash\nexport GITLAB_TOKEN='1234'\n```\n\nThis is used by Skaffold to download dependencies (Docker and NPM).\n\n### NPM Config\n\n```bash\nnpm config set -- '//1337148.com.com/api/v4/projects/20/packages/npm/:_authToken' \"\u003cgitlab token\u003e\"\n```\n\nThis is used to install dependencies locally, for example to `npm run test`.\n\n### Setup SSL\n\nhttps://minikube.sigs.k8s.io/docs/tutorials/custom_cert_ingress/\n\n### Skaffold\n\nInstall Skaffold: https://skaffold.dev/docs/install/.\n\nRun Skaffold:\n\n```bash\nskaffold dev\n```\n\n### Start tunnel\n\n```bash\nminikube tunnel\n```\n\n### Access Application\n\nhttps://ticketing.dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgervaiscodes%2Fticketing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgervaiscodes%2Fticketing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgervaiscodes%2Fticketing/lists"}