Backend of STELEKS university students organization application. Created as a part of university projects and potentially used by the organization.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Dino Dizdarevic e5144cd17a
long text to events and push submodule
5 years ago
common Add get logged in user route 5 years ago
config@e3d6388ff4 long text to events and push submodule 5 years ago
config_server Add env var for locating config git directory 5 years ago
dokumentacija dnevnik rada 6 years ago
eureka-service Add id and roles to proxy headers and create media on upload 5 years ago
events long text to events and push submodule 5 years ago
gradle/wrapper Fix file storage 5 years ago
out/production Add auth filter to proxy 6 years ago
postman collections Update postman collections 6 years ago
steleks-proxy Add id and roles to proxy headers and create media on upload 5 years ago
teams Add id and roles to proxy headers and create media on upload 5 years ago
users user patch 5 years ago
.gitignore Ignore generated files 5 years ago
.gitmodules Add config as submodule 6 years ago
LICENSE Create LICENSE 5 years ago
README.md Update README.md 6 years ago
build.gradle Fix common module build configuration 5 years ago
gradlew Add gradle wrapper 6 years ago
gradlew.bat Add gradle wrapper 6 years ago
settings.gradle Add auth filter to proxy 6 years ago

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