This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-05-13 16:25:38 +00:00
|
|
|
# STELEKS web application
|
2017-03-21 20:23:00 +00:00
|
|
|
|
2017-05-13 16:25:38 +00:00
|
|
|
[Backend: Java Spring](https://github.com/esensar/steleks_backend)
|
|
|
|
[Frontend: Angular 2](https://github.com/dizda13/steleks_frontend)
|
|
|
|
|
|
|
|
## STELEKS Backend
|
2017-04-16 18:10:20 +00:00
|
|
|
|
|
|
|
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
|