Backend of STELEKS university students organization application. Created as a part of university projects and potentially used by the organization.
This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
dizda13 9a886059ca dnevnik rada 2017-04-16 22:53:34 +02:00
common Merge branch 'master' of https://github.com/esensar/steleks_web_app 2017-04-16 18:14:01 +02:00
config@c4ab9a824f updaet config 2017-04-16 22:43:23 +02:00
config_server decryption 2017-04-16 20:57:13 +02:00
dokumentacija dnevnik rada 2017-04-16 22:53:34 +02:00
eureka-service Prepare for env variables 2017-04-16 21:42:57 +02:00
events Prepare for env variables 2017-04-16 21:42:57 +02:00
gradle/wrapper Dont ignore gradle jar 2017-04-16 18:29:03 +02:00
postman collections Fix postman collection for adding roles to user 2017-04-16 22:40:31 +02:00
steleks-proxy Prepare for env variables 2017-04-16 21:42:57 +02:00
teams Prepare for env variables 2017-04-16 21:42:57 +02:00
users Prepare for env variables 2017-04-16 21:42:57 +02:00
.gitignore Dont ignore gradle jar 2017-04-16 18:29:03 +02:00
.gitmodules Add config as submodule 2017-03-28 22:12:01 +02:00
README.md Update README.md 2017-04-16 20:10:20 +02:00
build.gradle Add proxy 2017-04-16 19:59:17 +02:00
gradlew Add gradle wrapper 2017-03-28 22:03:48 +02:00
gradlew.bat Add gradle wrapper 2017-03-28 22:03:48 +02:00
settings.gradle Add common module as dependency for all modules 2017-04-16 14:17:24 +02:00

README.md

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