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 71da53ffd6 Update postman collections 2017-06-07 22:51:12 +02:00
common Add login endpoint 2017-05-30 21:06:30 +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
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 auth filter to proxy 2017-06-02 00:12:09 +02:00
teams Prepare for env variables 2017-04-16 21:42:57 +02:00
users Add auth filter to proxy 2017-06-02 00:12:09 +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-05-13 18:25:55 +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 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