Skip to content

diegoami/JS_FE_musicblogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EURO POP LYRICS

Front end for the web site http://www.europoplyrics.com

REPOSITORY

Frontend : https://github.com/diegoami/JS_FE_musicblogs

Backend : https://github.com/diegoami/JS_musicblogs

Database scripts : https://github.com/diegoami/musicblogs-scripts-PY

REFERENCE MUSIC BLOGS

ARCHITECTURE

The data is in a few blogs, which contain references to youtube music videos along with their lyrics. They are entered by the author (me)

Author Sequence Diagram

Database scripts retrieve data from the blogs and save them in a mongo database. They also check against the Youtube API whether videos are still accessible, and write down a report

Author Sequence Diagram

An export of all the posts, including youtube video ids and lyrics, is used by Europoplyrics site for browsing youtube videos, and, if available, showing them along with their lyrics.

Author Sequence Diagram