Skip to content

learning the security and key elements to remember at the time of maintaining your system

Notifications You must be signed in to change notification settings

theujwalthakare/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

About

learning the security and key elements to remember at the time of maintaining your system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • CSS 15.9%
  • TypeScript 8.8%