https://github.com/cerchie/mars_photo_album
My capstone project for Springboard. I'm building this educational app from the ground up with HTML, Bootstrap, and Python Flask.
https://github.com/cerchie/mars_photo_album
Last synced: 4 months ago
JSON representation
My capstone project for Springboard. I'm building this educational app from the ground up with HTML, Bootstrap, and Python Flask.
- Host: GitHub
- URL: https://github.com/cerchie/mars_photo_album
- Owner: Cerchie
- Created: 2020-09-03T15:51:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T22:27:50.000Z (over 3 years ago)
- Last Synced: 2025-10-11T02:08:34.225Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 19.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mars Photo Album :rocket:
This project raisees awareness of NASA's presence on Mars.
It educates the user about the data we have available to us and about the technology used to acquire the data. It pulls from two APIs, [NASA's Mars Rover Photos Viewer](https://github.com/chrisccerami/mars-photo-api) for the Mars photos, and from [NASA's Mars Weather Service API](https://api.nasa.gov/assets/insight/InSight%20Weather%20API%20Documentation.pdf)for the weather widget.
This project uses Python, Flask, Axios, SQLAlchemy, CSS, and HTML.
I chose Flask to write my routes, Axios to make my calls, SQALchemy to build my database, and Jinja templates to pick up the variables from my routes and create functionality in my HTML. I used CSS Bootstrap to smooth out the styling.
Please enjoy clicking around to see how I wrote my routes, models, forms, testing, and templates.