Skip to content

stevekinney/web-security

Repository files navigation

Web Security

Examples and exercises for the Web Security course for Frontend Masters.

Running the exercises:

To get a list of exercises, run the following:

npm start

If you'd like to have SQL statements logged to the console, you can use the --sql flag.

npm start -- --sql

If you'd like to specify a port, you can use the --port flag.

npm start -- --port=4444

If you'd like to clean out all of the databases, you can run the clean script.

npm run clean