MicroService React Node

PHOTO EMBED

Thu Sep 21 2023 07:23:43 GMT+0000 (Coordinated Universal Time)

Saved by @jalalrafiyev

  axios.post('http://localhost:4000/events', event).catch((err) => {
    console.log(err.message);
  });
  axios.post('http://localhost:4001/events', event).catch((err) => {
    console.log(err.message);
  });
  axios.post('http://localhost:4002/events', event).catch((err) => {
    console.log(err.message);
  });
  res.send({ status: 'OK' });
content_copyCOPY

https://www.udemy.com/course/microservices-with-node-js-and-react/learn/lecture/26393470