An open API service indexing awesome lists of open source software.

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.

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.