Skip to content

MUSA-509/homework-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Homework 5 — RDS & Flask App

Details

Objectives

Create an HTML application off of a Philadelphia dataset you're interested in by modifying the Vacant Building application we built. All code should be in GitHub classroom repo like we've done for all past homeworks.

  1. Setup a PostgreSQL database and share credentials as a JSON file
  2. Load the neighborhoods dataset and other dataset you chose into the database
  3. Modify the week 11 app.py to do the following:
    • For /
      • Add additional information summarizing the dataset
        • Dataset name
        • Number of rows
      • Modify the dropdown to fill in the dataset categories for the dataset you chose
      • Change the button to direct to new endpoint (e.g., /bikelane_viewer or whatever dataset we're looking at)
    • Add a new API endpoint /bikelane_viewer
      • Visualize bike lanes or whatever your new dataset is
      • Fill in table with appropriate information
  4. Commit all code to a GitHub classroom repo

About

HTML Application Creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published