Skip to content

suryakumara/Autodesk-Forge-BeeInventor-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autodesk-Forge-BeeInventor-Extension

demo

Setup

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. In the end take a note of the Client ID and Client Secret.

Create environtment with following variables :

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

Getting Start

To run the program locally, use the following command:

Install dependencies with:

npm install

Run locally :

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published