Skip to content

Lab 01 Preparation

Tomas Rosenqvist edited this page Jun 13, 2019 · 10 revisions

Lab 1: Prepare your Juice Shop

  1. Sign up for a free Heroku account if you don't already have one.
  2. Login to Heroku.
  3. Deploy to Heroku using this shiny button Deploy and follow the instructions. Make sure to provide a unique name for your Juice Shop (e.g. johndoe-juice)
  4. Wait for the deployment to complete (it should take about a minute).
  5. Go to your Juice shop (e.g. https://johndoe-juice.herokuapp.com).

Re-deploying your app

If you, for whatever reason, need to start over from a "clean slate", you can redeploy the app from the Heroku UI itself or by clicking the button above again.

Tools

  • Your favorite web browser (e.g. Chrome or Edge) and its developer tools.
  • Postman.
  • OWASP ZAP.
  • A text editor (e.g. notepad).

Clone this wiki locally