A Basic Web Application using Django which uses Spotify API and its various endpoints to retrieve informtion for the user logged in.
- Clone the project to your device and move to its directory
- Create a virtual environment for the project
- Install the packages using requirements.txt with this command: pip install -r requirements.txt
- Run migrations with - python manage.py migrate
- Run the project using command "python manage.py runserver"
Registration | Login |
---|---|
Search Query | Search Query Result |
---|---|
Artist Details Query | Artist Details Result |
---|---|
Recommendations Query | Recommendations Result |
---|---|
Workout Track | Hiphop Track |
---|---|