front end application code and ensure it is properly invoking and responding to the external APIs
- Ubuntu
- Postgres 12 -Nodejs 8.11.3
- Docker pyCsw - docker pull geopython/pycsw
- Change gdUrl in adeptUI.js to currect api
var gdUrl='https://api.edu';
- Change var Path in adept-app-min.js to the locatin of the scripts
var Path = 'C:\\Documents\\azgs-front-end';
- Run
npm install express
- Run
npm install request
- Run
node adept-app-min.js