This project provides a visualisation for both the Astronomy Picture of the Day (APOD) and satellite orbit paths from TLEs, through data provided by NASA APIs, which can be accessed here.
Before running, make sure you have the latest version of node installed with:
npm install -g npm@latest
- Obtain an API key from https://api.nasa.gov/
- Clone the repo
git clone https://github.com/bazir21/NasaDataExplorer.git - Install NPM packages for both frontend and backend
cd frontend npm install cd backend npm install - Create a
.envfile in the./backend/folder and enter your API key like the followingAPI_KEY = YOUR_API_KEY
Once all the prerequisites are done, you have to run both the frontend and backend
-
frontend
cd frontend npm start -
backend
cd backend npm run dev
Once both are running, you can access the frontend through http://localhost:3000/
Distributed under the MIT License. See LICENSE.txt for more information.

