- Make sure you have Node.js installed.
- Globally install the Swagger library
npm install -g swagger
.
- Clone the repo, and navigate to the repo.
- If you do not have swagger installed globally - you will need this before continuing.
- Run
npm install
to install the necessary dependencies. - Configure your API endpoints in Akamai Luna console to generate the
appropriate API keys and place them into an
.edgerc
file in the root folder of the application. - Start the services using 'npm run', or 'swagger project start'.
For in depth look at how each API endpoint works and what data is required, see 'http://localhost:8080/docs/'.