Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
sudo python3 app.py
curl http://localhost:50105000/products

If you get "error-1698-28000-access-denied-for-user-rootlocalhost" check this
https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost

...

Code Block
languagebash
themeRDark
vim /var/www/html/static/js/app.67221ea8b6f560de82d3.js 
search for "baseURL" and configure the IP e.g. baseURL:"http://172.30.0.130:50105000"

Open app.py and set the template_id / service_id UUID, and user

...