Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maaaae/lyf-circle-be


https://github.com/maaaae/lyf-circle-be

Last synced: 11 days ago
JSON representation

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
```