https://github.com/croz-ltd/secure-coding-frontend
https://github.com/croz-ltd/secure-coding-frontend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/croz-ltd/secure-coding-frontend
- Owner: croz-ltd
- Created: 2023-12-18T08:07:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T11:09:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T16:46:35.990Z (9 months ago)
- Language: TypeScript
- Size: 216 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure Coding - Bad Example backend
### Build
To build on unix based systems:
```bash
npm install
```### Run
First run proxy
```bash
npm run proxy
```Then start both bad and good example apps
```bash
npx nx serve bad-example
npx nx serve good-example
```Open Proxy URL in browser
```
http://owasp-guidelines-bad.m8c.io
http://owasp-guidelines-good.m8c.io
```