Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1008 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 1008 Bytes

MusicBlog

MusicBlog is intended to be a Social Media where people can get together to share Songs that they like. Users are allowed to upload their Song Suggestions as well as comment and rate the Suggestions of their peers.

The BackEnd of this Project is written completely in Django. Parts of the application have been Serialized based on REST Principles using Django-REST. This allows Users to Like and Comment on posts, without forcing the Page to Reload.

The BackEnd is also linked to Spotify's Web API, which allows for automation of Album Art and Song Genres for Posts uploaded by the user.

The FrontEnd has been written in HTML, CSS and Vanilla JavaScript. I plan to refactor the code to use React in the Future.

The website may be viewed here: https://musicbl0g.herokuapp.com/


This project has been created by Kartik Ramesh.