Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 413 Bytes

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