An example Node app to call mParticle's profile API service and return the result to a native client.
No authentication is implemented in this app, DO NOT USE for production data
To get started
1 - Install the project
git clone https://github.com/kbogdanovs-mparticle/profile-api-service.git
cd profile-api-service
npm install
2 - Create a .env
file
See .env.example
for required environment variables.
3 - Start the app
npm run dev