Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
/ steleks_backend Public archive

Backend of STELEKS university students organization application. Created as a part of university projects and potentially used by the organization.

License

Notifications You must be signed in to change notification settings

esensar/steleks_backend

Repository files navigation

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

About

Backend of STELEKS university students organization application. Created as a part of university projects and potentially used by the organization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages