- Run
npm i
to install packages. - Create an
.env
file from.env.example
and fill in the variables - all are needed for this project.- Autodesk App can be created and configured here: https://aps.autodesk.com/hubs/@personal/applications/
- Autodesk Project can be connected via Account Admin -> Custom Integrations here: https://acc.autodesk.com/projects
- Run
npm start
to access and interact with API.
- Run
npm i
to install packages. - Run
npm run test
to run all tests.
- import collection into postman
- configure collection variables
base_url
andautodesk_user_id
- implement database integration - postgresql can be used via the existing
pg
package, this will be a good learning opportunity.