- This repo contains sample code
- Fork/clone the repo and experiment with the live code samples
-
Change to server directory
cd SQLi/server
-
Before first run, install all node modules (needs to be run only once)
npm install
-
Run server
npm start
-
Change to client directory
cd SQLi/client
-
Before first run, install all node modules (needs to be run only once)
npm install
-
Run client
npm start
-
Change to XSS directory
cd XSS
-
Before first run, install all node modules (needs to be run only once)
npm install
-
Run the app
npm start
-
Change to JWT directory
cd JWT
-
Before first run, install all node modules (needs to be run only once)
npm install
-
Run the app
npm start