A mars rover photo app deployed to heroku: https://vp-mars-photo.herokuapp.com. Retrieves and displays images from NASA Mars Rover Photos API by Sol day and rover camera.
- Clone repo
npm install
dependencies- Set .env variables.
npm run dev
- Port number to run back end server, should match proxy port value in client/package.json, currently on port
3005
- Base api url for backend set to https://mars-photos.herokuapp.com/api/v1/rovers/curiosity/photos?
This app uses an API provided by https://github.com/chrisccerami/mars-photo-api
This project was bootstrapped with Create React App.