https://github.com/alisaduncan/angular-owasp-secure-coding
Code for Pluralsight course "Secure Coding with OWASP in Angular"
https://github.com/alisaduncan/angular-owasp-secure-coding
angular security
Last synced: 5 months ago
JSON representation
Code for Pluralsight course "Secure Coding with OWASP in Angular"
- Host: GitHub
- URL: https://github.com/alisaduncan/angular-owasp-secure-coding
- Owner: alisaduncan
- Created: 2023-03-16T23:53:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T23:35:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T23:25:36.614Z (12 months ago)
- Topics: angular, security
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 4
- Watchers: 1
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure Coding with OWASP in Angular
This repository houses the code project for the Pluralsight course [Secure Coding with OWASP in Angular](https://www.pluralsight.com/courses/angular-owasp-secure-coding).
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.