You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
used API calls by axios to communicate between services.
Created separate databases for each of the services.
Understood the advantages of microservices.
learnt to use API Gateway for routing
Kubernetes Cluster Changes :
The gateway code was changed to switch between routes .
The code of each route was changed and Config was used for DB path Changes .
The application for each was dockerized for each route and the gateway as well .
The architecture diagram is also given for the changes .
While Running make sure that MongoDB is running first , then the route's node server , then the whole gateway .
The projects works on windows with minikube installed on it . It will work on linux as well if only the powershell script is converted into bash script.
About
A microservice based E-Commerce , kubernetes deployment project .