Skip to content

nathanawmk/owasp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

owasp

OWASP: How Secure are you APIs? Securing your APIs: OWASP API Top 10 2019, Case Study and Demo

  1. Backend

cd C:\Spring\cors\gs-rest-service-cors\complete

mvn clean install -DskipTests

cd C:\Spring\cors\gs-rest-service-cors\complete\target

java -jar rest-service-cors-0.0.1-SNAPSHOT.jar

http://localhost:8080/accountdetails

  1. Frontend

cd C:\React\ReactJS\my-app

npm start

http://localhost:3000