Update README.md

master
Ensar Sarajčić 2017-04-16 20:10:20 +02:00 committed by GitHub
parent 2e5208e359
commit 1730a6bf80
1 changed files with 19 additions and 1 deletions

View File

@ -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