Moodymix is a web application that allows for users to get song reccomendations based off selecting different emotions.
client = MongoClient('mongodb://localhost:27017/')
in app.py points to the correct MongoDB server, with the database moodmix and collection songs having been created.Currently, there is a limited number of songs in songs.json. This was just to have enough songs so that every emotion appears at least once for testing purposes. The idea is that, individuals will fill the list with their own songs and send people their custom emotion boards, to get song reccoemndations based off the user interpretation of the emotions a song invokes. I plan to eventually upgrade this application to allow users to build their song list in the front-end. I will host the application online and allow for users to genereate unique links to their Moodymix boards.