{"id":19316686,"url":"https://github.com/dguarisma/shopify-api-service","last_synced_at":"2025-02-24T04:42:14.886Z","repository":{"id":227733197,"uuid":"772262076","full_name":"dguarisma/shopify-api-service","owner":"dguarisma","description":" Serverless para Actualización de Inventario y Órdenes en Shopify","archived":false,"fork":false,"pushed_at":"2024-03-14T21:31:07.000Z","size":7144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T04:12:49.720Z","etag":null,"topics":["aws","aws-lambda","go","golang","serverless","shopify"],"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/dguarisma.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-14T21:03:02.000Z","updated_at":"2024-03-14T21:29:50.000Z","dependencies_parsed_at":"2024-03-14T22:58:04.074Z","dependency_job_id":null,"html_url":"https://github.com/dguarisma/shopify-api-service","commit_stats":null,"previous_names":["dguarisma/shopify-api-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguarisma%2Fshopify-api-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguarisma%2Fshopify-api-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguarisma%2Fshopify-api-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguarisma%2Fshopify-api-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dguarisma","download_url":"https://codeload.github.com/dguarisma/shopify-api-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420938,"owners_count":19798501,"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":["aws","aws-lambda","go","golang","serverless","shopify"],"created_at":"2024-11-10T01:12:17.072Z","updated_at":"2025-02-24T04:42:14.853Z","avatar_url":"https://github.com/dguarisma.png","language":"Go","readme":"# shopify-api-service\n\n## Serverless para Actualización de Inventario y Órdenes en Shopify\nEste proyecto utiliza arquitectura serverless para actualizar el inventario y gestionar órdenes en una tienda Shopify. La implementación se realiza utilizando servicios en la nube, lo que permite una escalabilidad eficiente y un manejo simplificado de la infraestructura.\n\n#### Funcionalidades Principales\nEl sistema proporciona las siguientes funcionalidades principales:\n\nActualización de Inventario: Utiliza eventos de cambio de inventario para mantener actualizados los niveles de stock en la tienda Shopify.\n\nGestión de Órdenes: Procesa las órdenes entrantes de manera automatizada, actualizando el estado de las órdenes en la tienda Shopify y realizando acciones adicionales según sea necesario.\n\n\n\n# Primero installar las dependecias\n```go\n$ go mod tidy\n```\ndespues installar docker y docker-compose\nurl -\u003e `https://docs.docker.com/engine/install/`\nurl -\u003e `https://docs.docker.com/compose/install/linux/#install-using-the-repository`\n\nejecutar los contenedores en segundo plano\n```bash\n$ docker-compose up -d\n```\nen caso de querer detenerlos\n```bash\n$ docker-compose stop\n```\n\nen el puerto 8080 -\u003e `http://localhost:8080/`\nestara corriendo un gestor de base de datos lijero\nservidor:      \"mysql\"\nusuario:       \"root\"\ncontraseña:    \"123456\"\nbase de datos: \"defaultdb\"\n\nprimero hay q ingresar manualmente\n\npara montar la base de datos,\nen la raiz del proyecto ejecutar\n```sh\n$ go run ./src/tests/main.go\n```\nuna ver realizado\n\npara dar un ejemplo testearemos\nsi se quiere probar los test ir a\n`./src/tests/\u003cnombre del metodo que quiera hacer el test\u003e`\ny una vez en la carpeta ejecutar go test ./\u003cnombre_de_los_test\u003e.go -v\nasi tambien se puede ver metodos(post, get, put, delete) y como deben ser\nenviados\n\nsi se quiere habilitar ejemplos para ver las request en los test hay que\nhabilitar el show.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdguarisma%2Fshopify-api-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdguarisma%2Fshopify-api-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdguarisma%2Fshopify-api-service/lists"}