International-Data-Spaces-Association / IDS-AppStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


IDS AppStore

ContactContributeDocsIssuesLicense

Quick Start

If you want to build and run locally, ensure that at least Java 17 is installed. Then, follow these steps:

  1. Clone this repository.
  2. Create /Data/search folder on the root with cd / and mkdir -p /data/search
  3. Execute cd IDS-AppStore, chmod +x mvnw and ./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true.
  4. Navigate to /target and run java -jar appstore-{VERSION}.jar.

If everything worked fine, the application is available at https://localhost:8080/. The API can be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.

Contributing

You are very welcome to contribute to this project when you find a bug, want to suggest an improvement, or have an idea for a useful feature. Please find a set of guidelines at the CONTRIBUTING.md and the CODE_OF_CONDUCT.md.

Developers

This is an ongoing project of the Fraunhofer FIT, based on the open source project Dataspace Connector - starting at version 6.1.0. The core development is driven by

Contact FIT App Store Team: ids-appstore@fit.fraunhofer.de

License

Copyright © 2021 Fraunhofer FIT. This project is licensed under the Apache License 2.0 - see the LICENSE for details.

About

License:Apache License 2.0


Languages

Language:Java 98.5%Language:Python 1.2%Language:Shell 0.2%Language:Dockerfile 0.1%