https://github.com/shubhamdutta2000/basic-ecommerce-application-using-microservice-architecture-typescript-rabbitmq-mongodb-mysql
Basic E-commerce Application using Microservice Architecture in RabbitMq with Node JS as back-end
https://github.com/shubhamdutta2000/basic-ecommerce-application-using-microservice-architecture-typescript-rabbitmq-mongodb-mysql
ecommerce microservices-architecture mongodb mysql provider rabbitmq typeorm
Last synced: 3 months ago
JSON representation
Basic E-commerce Application using Microservice Architecture in RabbitMq with Node JS as back-end
- Host: GitHub
- URL: https://github.com/shubhamdutta2000/basic-ecommerce-application-using-microservice-architecture-typescript-rabbitmq-mongodb-mysql
- Owner: Shubhamdutta2000
- License: mit
- Created: 2021-09-11T21:03:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T10:42:38.000Z (over 2 years ago)
- Last Synced: 2025-03-25T03:01:36.802Z (3 months ago)
- Topics: ecommerce, microservices-architecture, mongodb, mysql, provider, rabbitmq, typeorm
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic-Ecommerce-Application-using-Microservice-Architecture-Node-Js-RabbitMq
## Full Architecture

# All Endpoints
- ### Admin Service
| Endpoint | Functionality |
| -------------------------- | ----------------------- |
| GET `/api/products/all` | Get all the products |
| POST `/api/products/add` | Create a new product |
| GET `/api/products/:id` | Get a single product |
| PUT `/api/products/:id` | Update a single product |
| DELETE `/api/products/:id` | Delete a single product |
- ### Main Service
| Endpoint | Functionality |
| ----------------------------- | ------------------------------- |
| GET `/api/products` | Get all the products |
| POST `/api/products/:id/like` | Like or upvote a single product |
## License Used
- MIT License