The file src/App/api/index.js hardcodes a variable const apiRoot = "http://localhost:5000/";
This is less than ideal because it causes problems if people don't have a standard setup. i.e. run on their docker server that is onto n their computer, run on a vps, etc....
Can we at least document the existence of this setting in the readme, or perhaps make it a docker config setting somehow, or just remove the variable?