ag2byte / music-gram

Django based web app to share music taste.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicGram

A platform that enables users to post about their favourite songs. The app uses Spotify Api and Firebase. The app is built using Django. For Firebase usage, a separate library called PyreBase has been used.

Features

  • Create a post by searching your song
  • Like/ Bookmark other's post
  • Follow/ Unfollow others
  • Clean UI

Installation

  • Clone project into your local repo

  • Add details like SPOTIFY_API_KEY and Firebase Configuration like DATABASE_URL

  • Install the requirements as given in requirements.txt using pip install -r requirements.txt

  • Run the project using py manage.py runserver

  • The project will run on localhost/8000

Contributors

Demo

Acknowledgements

About

Django based web app to share music taste.


Languages

Language:Python 49.4%Language:HTML 36.8%Language:JavaScript 11.1%Language:CSS 2.7%