Close

SQL Database integration

A project log for Flask Jukebox

A versatile music player, perfect for public areas. Combines the flexibilty of VLC w/ a web based interface for clients to choose music!

craig-hissettCraig Hissett 04/04/2018 at 00:110 Comments

Tonight I managed to get a simple SQLite database working with my test application.

This current table takes care of user logins.

Next step is to expand the framework to include tables for storing music data; artist, album, title, file location, RecordID.

Then I will rewrite my old pages to fit the new data. I am really looking forward to rebuilding this from the ground up!

Discussions