diff --git a/README.md b/README.md index 6f3072d..aa7796a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ # steleks_web_app STELEKS web application -Backend: Java Spring +Backend: Java Spring Frontend: ReactJS and Angular + +To run first run **config server** + + ./gradlew config_server:bootRun + +After that run **eureka server** + + ./gradlew eureka-service:bootRun + +After that we can run **all services** + + ./gradlew users:bootRun + ./gradlew events:bootRun + ./gradlew teams:bootRun + +After that optionally run **proxy** + + ./gradlew steleks-proxy:bootRun