Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 804 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 804 Bytes

web_autodesk_data

Setup

  1. Run npm i to install packages.
  2. Create an .env file from .env.example and fill in the variables - all are needed for this project.
  3. Run npm start to access and interact with API.

Testing

  1. Run npm i to install packages.
  2. Run npm run test to run all tests.

Testing - Postman

  1. import collection into postman
  2. configure collection variables base_url and autodesk_user_id

ToDo

  • implement database integration - postgresql can be used via the existing pg package, this will be a good learning opportunity.