{"id":20611721,"url":"https://github.com/lucianopaci/nodeshop","last_synced_at":"2026-04-13T03:46:02.893Z","repository":{"id":37289386,"uuid":"247599673","full_name":"LucianoPaci/nodeshop","owner":"LucianoPaci","description":"Orders and Emails services using AWS SQS \u0026 Node ","archived":false,"fork":false,"pushed_at":"2023-07-18T19:43:28.000Z","size":2957,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T18:15:15.253Z","etag":null,"topics":["aws","mongo","mongoose","nodejs","sqs","typescript"],"latest_commit_sha":null,"homepage":"","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/LucianoPaci.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":"2020-03-16T03:11:55.000Z","updated_at":"2023-03-08T19:20:34.000Z","dependencies_parsed_at":"2024-11-16T10:24:43.306Z","dependency_job_id":"8a28b6ce-b0bf-46a4-9e0b-db2cc38418da","html_url":"https://github.com/LucianoPaci/nodeshop","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/LucianoPaci/nodeshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucianoPaci%2Fnodeshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucianoPaci%2Fnodeshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucianoPaci%2Fnodeshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucianoPaci%2Fnodeshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucianoPaci","download_url":"https://codeload.github.com/LucianoPaci/nodeshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucianoPaci%2Fnodeshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31739050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","mongo","mongoose","nodejs","sqs","typescript"],"created_at":"2024-11-16T10:21:45.102Z","updated_at":"2026-04-13T03:46:02.861Z","avatar_url":"https://github.com/LucianoPaci.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Node Shop\n\nProject built as a monorepo that simulates Orders and Emails from a business or shop.\nIt allows to create orders via API that are sent to a queue so they can be consumed later to create emails and send them to a dummy inbox.\n\n###  What is used?\n* Typescript\n* Express\n* AWS SQS\n* Mongo\n* Mongoose\n* React\n* Redux Toolkit\n* Turborepo\n* [Changesets](https://github.com/changesets/changesets) for managing versioning and changelogs\n* [GitHub Actions](https://github.com/changesets/action) for fully automated package publishing\n\n## Architecture\n\n![architecture](https://i.imgur.com/Co79c0Y.png)\n\n\n### Setting up the configuration\n\nThis project uses `nconf` to handle configuration files in a hierarchical way.\nIt will merge the configs between your `${environment}.yaml` and `default.yaml`, giving a higher priority to whatever is added in the `${environment}.yaml` file.\n\n\u003e It is recommended to create a `local.yaml` inside the `config` folder. This file is ignored and won't be commited to Github.\n\n\n* You will need to obtain your `AWS CLIENT ID` and `AWS SECRET ID` and add them in the `config/local.yaml`\n  *  *You don't need to add them if you have them configured in your CLI*\n\n\n* You will need to create a queue in AWS SQS. [Here is explained how](https://stackabuse.com/message-queueing-in-node-js-with-aws-sqs/). Get the URL and add it to the `config/local.yaml`\n\n* You will need to create an account in [Mailtrap](https://mailtrap.io/) to use an Email Sandbox for tests. \nIn there, you should get all the SMTP Settings as described below and add them in the `config/local.yaml`\n\n![SMTP settings](https://i.imgur.com/aQykyQh.png \"SMTP settings\")\n \n\n## How to run it?\n\nFirst, install all packages:\n```bash\npnpm run install\n```\n\nAfter you created a`config/local.yaml` file, then run:\n```bash\npnpm run local\n```\n\n\n**The API will be exposed in the PORT 3000**\n\n\n\n## Postman Collection\nhttps://documenter.getpostman.com/view/2992116/UzBnpmNY\n\n\n## FrontEnd App\nProject created with https://createapp.dev/webpack/react--babel--chai--cleanwebpackplugin--copywebpackplugin--css--mocha--postcss--react-hot-loader--tailwind-css--typescript\n\n---- \nBased of: AWS-SQS Tutorial\n\nhttps://stackabuse.com/message-queueing-in-node-js-with-aws-sqs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucianopaci%2Fnodeshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucianopaci%2Fnodeshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucianopaci%2Fnodeshop/lists"}