Skip to content

jcford2213/APOD-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA's APOD Website Recreation

Version

1.0.2

Mobile Friendly

Tablet and Desktop UI still under construction

Descirption

Frontend: Vue.js, Tailwind CSS

Backend: Express.js, Node.js

First Image: 1995/06/16 (June 16, 1995)

Official NASA APOD website

App Setup

Generate A Free NASA API Key

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}

Run APP

Go to http://localhost:3000 in a browser

About

NASA's Astronomy Picture of the Day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published