Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dario-vega/demo-ui-baggage
(priv) Learn and Discover why NoSQL Cloud Services and OCI native services are compelling
https://github.com/dario-vega/demo-ui-baggage
lowcode nosql nosql-databases
Last synced: 1 day ago
JSON representation
(priv) Learn and Discover why NoSQL Cloud Services and OCI native services are compelling
- Host: GitHub
- URL: https://github.com/dario-vega/demo-ui-baggage
- Owner: dario-vega
- Created: 2021-05-07T05:10:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T08:29:14.000Z (over 1 year ago)
- Last Synced: 2024-11-06T21:49:18.677Z (about 2 months ago)
- Topics: lowcode, nosql, nosql-databases
- Language: JavaScript
- Homepage: https://www.oracle.com/database/nosql-cloud.html
- Size: 4.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-ui-baggage
## Running the project in Visual Builder Managed Service
Please contact me
## Running the project in IaaS or On-Premise
````
sudo su -
yum install -y httpd
systemctl enable httpd.service
systemctl start httpd.service
yum install jq
firewall-cmd --permanent --add-port=80/tcp
firewall-cmd --permanent --add-port=443/tcp
systemctl restart firewalld
cd /var/www/html/
cp demo-ui-baggage/optimized.zip .
unzip optimized.zip -d demo
Some jq commands that can help you to change the API Gateway to use
#find the url in the json file
OLDGW=`jq -r ".servers[].url[8:-12]" /var/www/html/demo/services/apiBagaggeDemo/openapi3.json`
echo $OLDGW
#modify the url in the json file - provide your new APIGW url
find demo -type f -exec sed -i "s/$OLDGW/$NEWGW/g" {} \;
#customize the links sections if desired
find . -type f -exec sed -i "s/Useful Links/You are at Paris Region/g" {} \;
```````
ls -lrt mobileApps/baggagedemo*/index.html
ls -lrt webApps/webbaggage*/index.html
```
NB If you've created your own version of Digital Assistant, Please modify webApps/webbaggagecustomer/index.html## Use the following URL in order to test
- PWA from your mobile : https:///demo/mobileApps/baggagedemocustomer/index.html
- webApp from your browser : https:///demo/webApps/webbaggageairline/index.html
## Do not forget, the application is accessible also using our geo-distributed configuration- http://ndcsdemo.com/