It is a Full stack web application that replicates google play product page , it is built with the MERN approach , each part of the page is designed as full separate application, all the parts are connected to each other on the main page using a proxy server and each part is communicating with the others using specific API's to get shared data.
Creating service oriented application for a product page of a famous website.
- dividing the page into separate modules .
- each module is an appliction by its own with its own database and proxy server.
- create APIs between the modules to communicate the shared data.
- fork the project
- clone it .
- install npm packages using (npm install). for each module and for the proxy module
- start the servers of each module using the specified port in each module server javascript file .
Continue watching our repos for upcomings