{"id":15083558,"url":"https://github.com/ankush-web-eng/microservice","last_synced_at":"2025-03-16T20:24:49.505Z","repository":{"id":255961313,"uuid":"853984842","full_name":"ankush-web-eng/microservice","owner":"ankush-web-eng","description":"A backend for my websites built with monolith architecture written in golang. This will be a unified place for all of such services that I make again and again in different projects.","archived":false,"fork":false,"pushed_at":"2024-09-23T04:41:14.000Z","size":8330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T07:09:43.279Z","etag":null,"topics":["cloudinary","docker","golang","gomail","gorm","gssoc-ext","hacktoberfest","jenkins","mux-router","postgresql"],"latest_commit_sha":null,"homepage":"https://sudodev.ankushsingh.tech","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/ankush-web-eng.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":"2024-09-08T04:43:38.000Z","updated_at":"2024-10-14T13:43:58.000Z","dependencies_parsed_at":"2024-10-13T07:40:57.673Z","dependency_job_id":"c9e48a9c-11a5-4c3d-b09c-5d311be29fb8","html_url":"https://github.com/ankush-web-eng/microservice","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"dd76fbd7284ebb78bd110eac9dd91daefc32c59f"},"previous_names":["ankush-web-eng/microservice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fmicroservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fmicroservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fmicroservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-web-eng%2Fmicroservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankush-web-eng","download_url":"https://codeload.github.com/ankush-web-eng/microservice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926207,"owners_count":20369945,"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":["cloudinary","docker","golang","gomail","gorm","gssoc-ext","hacktoberfest","jenkins","mux-router","postgresql"],"created_at":"2024-09-25T06:02:13.578Z","updated_at":"2025-03-16T20:24:49.473Z","avatar_url":"https://github.com/ankush-web-eng.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang Microservice\n\n## Introduction\n\n### Hey GO-pher\n\nThis is a basic microservice architecture written in Golang to strengthen my grip on microservices and Golang.\n\n## Featuring\n\nCurrently, it features authentication services, with plans to add more services in the future.\n\n## Setup Locally\n\n### Using Go\n\nTo set this up locally, follow these steps:\n\n1. Download all of the required dependencies:\n\n```bash\ngo mod download\n```\n\n2. Build the project:\n\n```bash\ngo build main.go\n```\n\n3. Run the project:\n\n```bash\ngo run main.go\n```\n\n### Using Docker\n\nYou can also run the project using Docker. Follow the steps below:\n\n1. Pull the pre-built Docker image from Docker Hub:\n\n```bash\ndocker pull deshwalankush23/microservice\n```\n\n2. Run the Docker container:\n\n```bash\ndocker run -d -p 3000:3000 deshwalankush23/microservice\n```\n\nThis command will run the container and map port 3000 of the container to port 3000 on your local machine.\n\n### Using Docker Compose\n\nAlternatively, if you have Docker Compose installed, you can use the following command to start the application:\n\n```bash\ndocker-compose up\n```\n\nThis will start the service based on the docker-compose.yml configuration file.\n\n## Enjoy Coding with Golang!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankush-web-eng%2Fmicroservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankush-web-eng%2Fmicroservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankush-web-eng%2Fmicroservice/lists"}