Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T23:48:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T05:35:54.782Z (over 1 year ago)
- Topics: ecommerce, microservices-architecture, mongodb, mysql, provider, rabbitmq, typeorm
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 7
- Watchers: 1
- 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
![Microservice_Architechture](./images/microservice_architecture.png)
# 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