Module 10 sqlAlchemy and Flask web server challenge for UNCC Data Analytics Bootcamp

This project was a fun introduction into sqlalchemy, and a really cool intro into flask and some web development! I've learned some new concepts thanks to this challenge!

Directory Layout

Resources - Folder containing SQLite and CSV data

  • hawaii.sqlite
  • hawaii_measurements.csv - Comma-separated values (CSV) file containing measurement data
  • hawaii_stations.csv - CSV file containing station metadata

apps.py - Main application script for Flask web server

climate_starter.ipynb - Jupyter Notebook script for exploration

image image image