CORS stands for Cross Origin Resource Sharing. Your CORS settings dictate whether other servers and clients from a different domain can communicate with your own server.
By default, your Node/Express doesn't allow CORS, but we can allow it by installing the 'cors' package from NPM.