This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
steleks_backend/README.md

24 lines
441 B
Markdown

# steleks_web_app
STELEKS web application
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