https://github.com/evolvedbinary/elemental-dasp-webapi-micronaut-example
Example Web API built with Elemental and Micronaut
https://github.com/evolvedbinary/elemental-dasp-webapi-micronaut-example
Last synced: 8 days ago
JSON representation
Example Web API built with Elemental and Micronaut
- Host: GitHub
- URL: https://github.com/evolvedbinary/elemental-dasp-webapi-micronaut-example
- Owner: evolvedbinary
- License: apache-2.0
- Created: 2025-11-04T18:33:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-04T20:10:07.000Z (7 months ago)
- Last Synced: 2025-11-04T20:26:26.064Z (7 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Web API built with Elemental and Micronaut
[](https://adoptopenjdk.net/)
[](https://www.apache.org/licenses/LICENSE-2.0)
Built for a workshop given by Adam Retter at Declarative Amsterdam 2025.
Open API Specification for the Web API is here: https://app.swaggerhub.com/apis/evolvedbinary/dasp-xforms-api/1.0.0
**NOTE**: About branches:
1. `main` branch complains a template project to be completed in the workshop.
2. `complete` branch contains an example fo the finished project.
## Compiling
```shell
$ ./mvnw clean compile
```
## Running (Dev mode)
```shell
$ ./mvnw mn:run
```
**NOTE**: If you are on a Windows system, replace `./mvnw` with `mvnw`
The WebAPI will then be available beneath: http://localhost:9090