Backend of STELEKS university students organization application. Created as a part of university projects and potentially used by the organization.
| common | ||
| config@e3d6388ff4 | ||
| config_server | ||
| dokumentacija | ||
| eureka-service | ||
| events | ||
| gradle/wrapper | ||
| out/production | ||
| postman collections | ||
| steleks-proxy | ||
| teams | ||
| users | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
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