An API gateway build it node.js calling two api's fake.
Use the npm to install the packages in three files.
cd ./gateway
npm installTo install the gateway.
cd ./api.users
npm installTo install the user API fake.
cd ./api.products
npm installTo install the products API fake.