Junto conversation around different testing approaches. Unit vs Integration vs E2E and the tradeoffs between all 3.
- Start the React frontend app
cdinto thereactfolder- Run
npm i - Run
npm start
- Start the Java API
- Load project into IntelliJ
- Click Run