@@ -33,7 +33,7 @@ Several human players (at least two) can manage their hockey teams out of a list
...
@@ -33,7 +33,7 @@ Several human players (at least two) can manage their hockey teams out of a list
## Run
## Run
1. In the root folder run "mvn clean install" in your shell (can be done in intelliJ idea, be sure to run it in the root)
1. In the root folder run "mvn clean install" in your shell (can be done in intelliJ idea, be sure to run it in the root)
2. In directory /rest run "spring-boot:run", this will start REST API web application (can be done in idea by building and running the RestApplication)
2. In directory /rest run "mvn spring-boot:run", this will start REST API web application (can be done in idea by building and running the RestApplication)
3. In directory /web run "ng serve --open", this will open the web application in your browser (if the REST API was started using shell, you will probably need a separate shell for this).
3. In directory /web run "ng serve --open", this will open the web application in your browser (if the REST API was started using shell, you will probably need a separate shell for this).
The application is listening on http://localhost:4200/
The application is listening on http://localhost:4200/