You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
common | 5 years ago | |
config@e3d6388ff4 | 5 years ago | |
config_server | 5 years ago | |
dokumentacija | 6 years ago | |
eureka-service | 5 years ago | |
events | 5 years ago | |
gradle/wrapper | 5 years ago | |
out/production | 6 years ago | |
postman collections | 6 years ago | |
steleks-proxy | 5 years ago | |
teams | 5 years ago | |
users | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 6 years ago | |
LICENSE | 5 years ago | |
README.md | 6 years ago | |
build.gradle | 5 years ago | |
gradlew | 6 years ago | |
gradlew.bat | 6 years ago | |
settings.gradle | 6 years ago |
README.md
STELEKS web application
Backend: Java Spring
Frontend: Angular 2
STELEKS Backend
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