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
esensar 7b9c81e14b Add env var for locating config git directory 2018-01-17 22:51:12 +01:00
common Make storage directory configurable 2018-01-17 22:21:25 +01:00
config@932fff95a1 Make storage directory configurable 2018-01-17 22:21:25 +01:00
config_server Add env var for locating config git directory 2018-01-17 22:51:12 +01:00
dokumentacija dnevnik rada 2017-04-16 22:53:34 +02:00
eureka-service remove tests 2017-06-10 16:25:08 +02:00
events Fix add event endpoint 2018-01-16 19:46:00 +01:00
gradle/wrapper Revert "auth neki" 2018-01-17 21:56:14 +01:00
out/production Add auth filter to proxy 2017-06-02 00:12:09 +02:00
postman collections Update postman collections 2017-06-07 22:51:12 +02:00
steleks-proxy Returns roles on login 2018-01-17 21:37:05 +01:00
teams Expose all ids 2017-06-13 22:58:37 +02:00
users Allow user role management for admins 2018-01-17 22:40:15 +01:00
.gitignore Ignore generated files 2018-01-17 21:40:10 +01:00
.gitmodules Add config as submodule 2017-03-28 22:12:01 +02:00
LICENSE Create LICENSE 2017-12-26 19:23:27 +01:00
README.md Update README.md 2017-05-13 18:25:55 +02:00
build.gradle Fix common module build configuration 2018-01-14 12:51:46 +01: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 auth filter to proxy 2017-06-02 00:12:09 +02:00

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