This public repository creating for help understanding how to integrate Elaborate Reports with your project. I'm decided to create this repository to help other developers.
- Get your
.pem
key file andapi_token
from Elaborate team. - Create and paste your
api_token
tobackend-example/.env
file. - Copy
.pem
key file tobackend-example
folder. - Make sure that you have installed
node.js
andnpm
on your machine. - Run
npm i
to install all dependencies. - Run
node /backend-example/index
to start the project.