1.0.2
Mobile Friendly
Tablet and Desktop UI still under construction
Frontend: Vue.js, Tailwind CSS
Backend: Express.js, Node.js
First Image: 1995/06/16 (June 16, 1995)
Clone APOD-APP
git clone https://github.com/jcford2213/APOD-App.git
Frontend Code
cd frontend
npm install
npm run dev
Frontend .env File
VITE_SERVER_PORT={port number}Backend Code
cd backend
npm install
npx nodemon
Backend .env File
API_KEY={your nasa api key}
SERVER_PORT={port number}Go to http://localhost:3000 in a browser