/music-gram

Django based web app to share music taste.

Primary LanguagePython

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