Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaaae/lyf-circle-be
https://github.com/maaaae/lyf-circle-be
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maaaae/lyf-circle-be
- Owner: MAAAAE
- Created: 2024-10-13T13:15:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:37:46.000Z (21 days ago)
- Last Synced: 2024-10-28T19:43:51.860Z (21 days ago)
- Language: Java
- Size: 174 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](./merlian.webp "logo")
## prerequisites
```shell
# for using openai
export SPRING_AI_OPENAI_API_KEY=
# for postgres vector and mongodb
docker compose up -d
```## how to run
```
mvn clean install
mvn package -DskipTests
java -jar lyf-circle-0.0.1-SNAPSHOT.jar
```