Skip to content

hellowahab/angular-owasp-secure-coding

 
 

Repository files navigation

Secure Coding with OWASP in Angular

This repository houses the code project for the Pluralsight course Secure Coding with OWASP in Angular.

The repository contains separate stand-alone minimal Angular projects for each module. Some projects require a corresponding server to run as well.

Getting going

  1. Navigate into each project directory.
  2. Run npm ci to install dependencies. You may need to do this for the Angular frontend directory and again for an Express API directory if one exists.
  3. Run npm start. You may need to do this for the Angular directory and for an Express API directory if one exists.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.6%
  • HTML 6.6%
  • JavaScript 4.1%
  • SCSS 1.7%