-
Notifications
You must be signed in to change notification settings - Fork 0
WEB UI
kirillr123 edited this page May 12, 2020
·
6 revisions
Written in React
To change hostname for web pages from default https://wf.csteer.pro to http://localhost, for example, change
echo "REACT_APP_HOSTNAME=https://wf.csteer.pro" > $PROJECT_DIR/web/.env
in deploy.sh, or, if you already run this script, change the first line in /web/.env.
Don't forget to re-build pages after that.
Also, don't use https:// with localhost.
Get page fetches all data in db with get request and displays it. You can view all database elements from it. Also you can view them individually and change or delete them on their individual pages.
Post page offers you to create a new database item through interactive UI. Supports attachments.