A Kotlin-based REST backend application that aggregates NASA data for near earth objects. Using Micronaut as the service framework.
If you have Docker Compose already installed, then it's as simple as running the following command:
docker-compose up -dIf you have Podman installed, first you'll need to install Podman Compose. You can do so by running the following command:
brew install podman-composeThen it's as simple as running the following command:
podman-compose up -d