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.
- Create a post by searching your song
- Like/ Bookmark other's post
- Follow/ Unfollow others
- Clean UI
-
Clone project into your local repo
-
Add details like
SPOTIFY_API_KEY
and Firebase Configuration likeDATABASE_URL
-
Install the requirements as given in
requirements.txt
usingpip install -r requirements.txt
-
Run the project using
py manage.py runserver
-
The project will run on
localhost/8000