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
Raw Normal View History

2017-03-21 20:21:23 +00:00
# steleks_web_app
STELEKS web application
2017-03-21 20:23:00 +00:00
2017-04-16 18:10:20 +00:00
Backend: Java Spring
2017-03-21 20:23:00 +00:00
Frontend: ReactJS and Angular
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