0👍
✅
Try this in main.js:
expressApp.use(bodyParser.json());
Also, instead of using url-encoding in axios.js, use json. Set your header to this instead:
'content-type': 'application/json',
Source:stackexchange.com