{"id":14956849,"url":"https://github.com/nomercy10/ecommerce-micro-services","last_synced_at":"2025-10-24T10:31:06.104Z","repository":{"id":50115355,"uuid":"351796271","full_name":"Nomercy10/ecommerce-micro-services","owner":"Nomercy10","description":"A basic demo to showcase micro service architecture using NodeJs, Express and MongoDB and the way they can communicate between each other.","archived":false,"fork":false,"pushed_at":"2021-05-26T05:24:06.000Z","size":25,"stargazers_count":30,"open_issues_count":0,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T10:22:22.451Z","etag":null,"topics":["micro-service","microservice","microservices-architecture","mongo-db","postman"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Nomercy10.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}},"created_at":"2021-03-26T13:45:58.000Z","updated_at":"2024-10-26T12:44:41.000Z","dependencies_parsed_at":"2022-08-31T05:40:52.295Z","dependency_job_id":null,"html_url":"https://github.com/Nomercy10/ecommerce-micro-services","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nomercy10%2Fecommerce-micro-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nomercy10%2Fecommerce-micro-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nomercy10%2Fecommerce-micro-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nomercy10%2Fecommerce-micro-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nomercy10","download_url":"https://codeload.github.com/Nomercy10/ecommerce-micro-services/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950906,"owners_count":19392667,"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":["micro-service","microservice","microservices-architecture","mongo-db","postman"],"created_at":"2024-09-24T13:13:37.659Z","updated_at":"2025-10-24T10:31:05.703Z","avatar_url":"https://github.com/Nomercy10.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ecommerce micro-services demo\n## _A demo to showcase micro-services build using NodeJs, Express \u0026 MongoDB_\n\nThis repo currently, has two micro-services\n- Users : A micro-service which has basic user features/functionalities like CRUD and order CRUD\n- Orders : A micro-service which has basic order features/functionalities like CRUD order\n\n## Features\n\n- GET all orders for a user\n- GET single order for a user\n- GET single user\n- GET all users\n- GET all orders for an user\n- GET an order for a user\n- Create an order for a user\n- Create new user\n- Create new order for a user\n- DEL a single order\n- DEL all orders for a user\n- DEL user by userId\n- DEL all the orders for an user\n\n\n## Tech\n\n- [node.js] - evented I/O for the backend\n- [Express] - fast node.js network app framework [@tjholowaychuk]\n- [Mongo DB] - great UI boilerplate for modern web apps\n\nAnd of course this repo itself is open source on GitHub.\n\n## Installation\n\n### Postman\n- Requires Postman to run the APIs\n- Use `ecommerce microservice demo.postman_collection.json` from the repo root and import in your postman.\n\n#### Users\nRequires [Node.js](https://nodejs.org/) v10+ to run.\n\nInstall the dependencies and devDependencies and start the server.\n\n```sh\ncd Users\nnpm i --save express mongoose body-parser axios nodemon\nnodemon Users.js\n```\n\n#### Orders\nRequires [Node.js](https://nodejs.org/) v10+ to run.\n\nInstall the dependencies and devDependencies and start the server.\n\n```sh\ncd Orders\nnpm i --save express mongoose body-parser axios nodemon\nnodemon Orders.js\n```\n\n\n\n## License\n\nMIT\n\n**Free Software, Hell Yeah!**\n\n   [node.js]: \u003chttp://nodejs.org\u003e\n   [Mongo DB]: \u003chttps://www.mongodb.com//\u003e\n   [express]: \u003chttp://expressjs.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomercy10%2Fecommerce-micro-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomercy10%2Fecommerce-micro-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomercy10%2Fecommerce-micro-services/lists"}