Hi Andrew,
You can open multiple Studio Pro windows (one with your MockHrService App and the SummerhillHospital App from the Crash Course).
In module 3.4.2 ‘Starting Up your MockHR Service‘ (Step 6) you have set the MockHRService project to have the Runtime port: 8079 and Admin port: 8089 whereas your SummerhillHospital app will have the default Runtime port: 8080 and Admin port: 8090.
You can then run both Applications locally at the same time (F5 button).
Hi Andrew, just change the port number for one of your application
by navigate to Project-->settings-->Configuration-->DBserver(Default/Your server)-->Server-->Change the port number
eg:
Like “8080” to “8085” and for admin “8090” to “8095”
Hope this helps!