Repo for exploring Autodesk Platform Services API (Forge) with Python-Flask on server side. Use docker to deploy and development.
- Clone repo and add your
docker.env
file intoapp
folder. Add your APS Credentials todocker.env
file:
APS_APP_ID=<your-app-id-here>
APS_APP_SECRET=<your-app-sercet-here>
FLASK_APP_KEY=<any-random-string>
- Run in terminal
docker compose up --build
in root folder.
Create devcontainer.env
file, env-variables same as above.
For development you can use devcontainer with devcontainer.env
file.
Model uploaded vie Autodesk Platform Services (VSCode Extension).
Model urn hardcoded here:
aps-playground/app/static/js/index.js
Line 39 in 8d87fcc