Skip to content

A Kotlin-based GraphQL backend application that aggregates NASA data for near earth objects.

License

Notifications You must be signed in to change notification settings

RockManJoe64/cosmic-sentry-api

Repository files navigation

cosmic-sentry-api

Kotlin Micronaut

A Kotlin-based REST backend application that aggregates NASA data for near earth objects. Using Micronaut as the service framework.

Setting up Redis

Using Docker

If you have Docker Compose already installed, then it's as simple as running the following command:

docker-compose up -d

Using Podman

If you have Podman installed, first you'll need to install Podman Compose. You can do so by running the following command:

brew install podman-compose

Then it's as simple as running the following command:

podman-compose up -d

References

Micronaut Documentation

About

A Kotlin-based GraphQL backend application that aggregates NASA data for near earth objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages