Skip to content

A Billboard Chart Timeline Application capstone project for my Springboard Fullstack bootcamp

Notifications You must be signed in to change notification settings

dmcconeghy/flashback

Repository files navigation

flashback

A musical memory project by Dave McConeghy

Connect with me on LinkedIn

Flaskback is a capstone project I completed for Springboard's Software Engineering Career Track Fullstack Bootcamp.

Users can explore any Billboard Hot 100 chart since 1958 and save their favorite songs to their user profile.

It features full CRUD for users, and relies on the billboard-charts API to populate a Postgresql backend coded with Python, Flask, and Flask-SQLAlchemy.

Database population is performed upon first request, with massive reductions in load times for subsequent calls to the same chart endpoint and signficant reductions in load times for chronologically adjacent charts (i.e., querying 2000-1-7 reduces load times for calls to 2000-01-01 and 2000-01-15).

Site is currently deployed at https://flashback-dwm.herokuapp.com/

Original Proposal by Dave McConeghy

Feel free to check out my initial proposal. View this proposal in Google Docs

About

A Billboard Chart Timeline Application capstone project for my Springboard Fullstack bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published