Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 407 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 407 Bytes

NEO Dashboard API

Environment Variables

Create a new .env file in src/main/resources and use .env.example as a reference to provide the following environment variables:

NASA_API_KEY=

Sign up to generate a NASA API key.

Installation

# Go to api directory
cd api

# Make sure java is installed
java --version

# Run gradle
./gradlew run