https://github.com/chuongmep/forge-tutorial
Simple Nodejs Autodesk forge Viewer & Authentication
https://github.com/chuongmep/forge-tutorial
aps autodesk forge
Last synced: about 2 months ago
JSON representation
Simple Nodejs Autodesk forge Viewer & Authentication
- Host: GitHub
- URL: https://github.com/chuongmep/forge-tutorial
- Owner: chuongmep
- Created: 2024-01-20T16:16:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T05:36:51.000Z (over 2 years ago)
- Last Synced: 2025-04-07T00:53:51.620Z (about 1 year ago)
- Topics: aps, autodesk, forge
- Language: JavaScript
- Homepage: https://forge-tutorials.autodesk.io/tutorials
- Size: 743 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Tutorial
Please check your tutorial, have some bug never fix.
https://forge-tutorials.autodesk.io/tutorials
This one is next section for : https://github.com/chuongmep/svf-viewer
Please check end repo to compare result.
## Before run
Setting file `.env` :
```
FORGE_CLIENT_ID=
FORGE_CLIENT_SECRET=
FORGE_CALLBACK_URL="http://localhost:8080/api/auth/callback"
SERVER_SESSION_SECRET="custom-encryption-key"
```
## How to run
command :
```
npm install
npm run start
```
Or run by command :
```bash
node server.js
```
## Check result API and Viewer
Link : http://localhost:8080