{8.2.0-new} Running Petstore manually

How to run Petstore --Java Backend-- in Eclipse or Spring Tool Suite:

  1. App.java --> Run as Spring Boot App
  2. Main.java --> Run as Spring Boot App

How to run Petstore --React Frontend-- with npm:

  1. Install latest node.js
  2. Inside folder "Pets" run command: npm install
  3. Inside folder "Pets" run command: npm start