Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.51 KB

aps-design-chatbot

Simple chatbot for querying metadata of designs in Autodesk Platform Services using Amazon Bedrock.

screenshot

Development

Prerequisites

Setup & Run

  • Clone this project
  • Install dependencies: npm install
  • Specify the following environment variables:
    • APS_CLIENT_ID - your APS application client ID
    • APS_CLIENT_SECRET - your APS application client secret
    • APS_CALLBACK_URL - your OAuth callback
    • SERVER_SESSION_SECRET - custom phrase used to encrypt/decrypt cookies
  • Configure the AWS credentials (guide) and region
  • Run the server: npm start
  • Go to http://localhost:8080