|
1 year ago | |
---|---|---|
api | 1 year ago | |
graphs | 1 year ago | |
login | 1 year ago | |
scripts | 1 year ago | |
spotifyvis | 1 year ago | |
static | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE.md | 2 years ago | |
README.md | 1 year ago | |
manage.py | 2 years ago | |
requirements.txt | 1 year ago |
See charts of the artists, genres and features of tracks in your library. Also keep track of your listening history.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before starting the setup, make sure Python 3 and PostgreSQL is installed on your system.
virtualenv
. See this guide for further details.pip install --user pipenv
python3 -m venv /path/to/new/virtual/environment
cd
into the directory you just created a virtual environment in,
and clone the GitHub repo:cd /path/to/new/virtual/environment
git clone https://github.com/Kevin-Mok/spotify-lib-vis
# activate.fish if you're using fish shell
source bin/activate
cd
into the repository root directory and install all
dependencies using pip
.cd spotify-lib-vis
pip install -r requirements.txt
reset_db.sh
to create the database and start the server../scripts/reset_db.sh
This project is licensed under the GPL License - see the LICENSE.md file for details.