archiradek / forge-basic-app

Sample application showing the basic usage of Autodesk Forge.

Home Page:https://forge-basic-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forge-basic-app

Sample application showing the basic usage of Autodesk Forge.

Screenshot

Live demo: https://forge-basic-app.herokuapp.com

Development

Prerequisites

Setup & Run

  • Clone the repository
  • Install dependencies: npm install
  • Setup environment variables:
    • FORGE_CLIENT_ID - your Forge application client ID
    • FORGE_CLIENT_SECRET - your Forge application client secret
    • FORGE_BUCKET (optional) - name of Forge bucket to store your designs
  • Run the server: npm start

When using Visual Studio Code, you can specify the env. variables listed above in a .env file in this folder, and run & debug the application directly from the editor.

About

Sample application showing the basic usage of Autodesk Forge.

https://forge-basic-app.herokuapp.com


Languages

Language:JavaScript 85.7%Language:HTML 7.3%Language:CSS 7.0%