Commit 2f033e64 authored by Ján Dovjak's avatar Ján Dovjak
Browse files

Update README.md

parent b75542f3
......@@ -33,7 +33,7 @@ Several human players (at least two) can manage their hockey teams out of a list
## 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)
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).
The application is listening on http://localhost:4200/
......@@ -74,4 +74,4 @@ Get all teams
http://localhost:8080/pa165/api/public/player/team/all
Get all games
http://localhost:8080/pa165/api/public/game/all
\ No newline at end of file
http://localhost:8080/pa165/api/public/game/all
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment