An open API service indexing awesome lists of open source software.

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

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