Dynamic generation of scenes in the IVE based on situations of relevance for the ABM
Current status of API based on following Code example: https://github.com/bezkoder/node-express-mongodb (The GitHub Account also has further examples implementing a GUI with Angular, based on this API structure).
- Install dependencies:
npm install package.json
- Install mongodb and start your instance if you run it locally
- Change mongo db path and other variables in
.env
-file to your settings - Start server with
npm start
- Go to the localhost you specified as SERVER_PORT in the
.env
-file and create a new IVE scene - Do example requests on the database by adapting and running
node .\examples\post_footage.js