Simple demo to connect Tyk Pro and a simple api inside Docker.
- Clone repo and navigate to the repo directory.
- Run initalization script to clone tyk-pro-docker-demo repo and initialize its environment
sh scripts/init.sh.
- Navigate to the
tykfolder and run the following script to launch Tyk Pro and the simple-api Node.js serverdocker-compose -f docker-compose.yml -f docker-local.yml up. - Navigate to http://localhost:3000 in your browser to access the Tyk Dashboard.
- Bootstrap Tyk Dashboard.

- Create keyless Tyk API for our simple Node.js API.

- Test API through the Tyk Gateway at http://localhost:8080/hello-world/user.
