Skip to content

BeeInventor/Autodesk-Forge-BeeInventor-Extension

Repository files navigation

Autodesk-Forge-BeeInventor-Extension

demo

Setup A Viewer

Visit Autodesk Forge Portal, sign up and create an app. Then, use http://localhost:3000/api/forge/callback/oauth as the Callback URL, although it is not used on a 2-legged flow. Finally take a note of the Client ID and Client Secret.

Environtment Variables:

Create .env file with the following variables :

FORGE_CLIENT_ID="Your Forge Client ID"
FORGE_CLIENT_SECRET="Your Forge Client Secret"
PORT=3000
FORGE_CALLBACK_URL=http://localhost:3000/api/forge/callback/oauth

Getting Started

To run the program locally, use the following command:

Install dependencies with:

npm install

Run locally :

npm start

Full Documentation and A Guidance How to Use The Tools :

  1. doc
  2. live demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published