https://github.com/juice-shop/juice-shop
I am running the Juice Shop in a Kali Linux. The setup is done as follows
Install node.jsarrow-up-right
Run git clone https://github.com/juice-shop/juice-shop.git --depth 1 (or clone your own forkarrow-up-right of the repository)
git clone https://github.com/juice-shop/juice-shop.git --depth 1
Go into the cloned folder with cd juice-shop
cd juice-shop
Run npm install (only has to be done before first start or when you change the source code)
npm install
Run npm start
npm start
Browse to http://localhost:3000arrow-up-right"
Last updated 2 years ago