Organikhub Run GUI $ ng serve gui #to serve the application $ ng build gui #to build the application $ ng test gui #to test the application Run api $ ng serve api #to serve the application $ ng build api #to build the application $ ng test api #to test the application