Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 812 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 812 Bytes

Playlist Analyser

This is a full stack web application to analyse your spotify playlists !!! Currently in Development !!!

To run the backend:

  • Run cd playlist_analyser
  • Set up a python virtual environment with python -m venv venv
  • Use pip to install the requirements in requirements.txt with pip install -r requirements.txt
  • Get your Client ID and Secret from the Spotify developer console
  • Add these to a .env file or export them as environment variables
  • Run the application using python manage.py runserver

To run the frontend:

  • Run cd frontend
  • Run npm install
  • Run npm run dev
  • Go to localhost:xxxx (xxxx is the port number) on your browser

To get testing statistics, please visit Playlist Analyser code coverage