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
Dino Dizdarevic e5144cd17a long text to events and push submodule 2018-10-02 21:14:05 +02:00
common Add get logged in user route 2018-09-15 14:36:11 +02:00
config@e3d6388ff4 long text to events and push submodule 2018-10-02 21:14:05 +02: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 Add id and roles to proxy headers and create media on upload 2018-02-03 18:00:56 +01:00
events long text to events and push submodule 2018-10-02 21:14:05 +02:00
gradle/wrapper Fix file storage 2018-09-13 00:15:59 +02: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 Add id and roles to proxy headers and create media on upload 2018-02-03 18:00:56 +01:00
teams Add id and roles to proxy headers and create media on upload 2018-02-03 18:00:56 +01:00
users user patch 2018-09-16 23:23:54 +02: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