https://github.com/briannbig/elite-sas
A student internship system backend.
https://github.com/briannbig/elite-sas
grpc java spring-boot temporalio
Last synced: 3 months ago
JSON representation
A student internship system backend.
- Host: GitHub
- URL: https://github.com/briannbig/elite-sas
- Owner: briannbig
- License: apache-2.0
- Created: 2023-03-24T14:39:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T17:21:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-13T18:42:52.130Z (almost 2 years ago)
- Topics: grpc, java, spring-boot, temporalio
- Language: Java
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elite-sas
A student internship backend.
## Setting up locally
- ### docker compose:
`./gradlew clean build && docker compose up`
- ### without docker:
make sure you have postgresql and temporal servers running and update the `application.properties` appropriately.