Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
před 7 roky | |
---|---|---|
api | před 7 roky | |
graphs | před 7 roky | |
login | před 7 roky | |
spotifyvis | před 7 roky | |
static/scss | před 7 roky | |
.gitignore | před 7 roky | |
LICENSE.md | před 8 roky | |
README.md | před 7 roky | |
manage.py | před 7 roky | |
requirements.txt | před 7 roky | |
reset_db.sh | před 7 roky | |
reset_db.sql | před 7 roky | |
update-history.service | před 7 roky | |
update-history.sh | před 7 roky |
README.md
Spotify Data Visualizer
See charts of the artists, genres and features of tracks in your library. Also keep track of your listening history.
Getting Started
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.
Prerequisites
Before starting the setup, make sure Python 3.6 and PostgreSQL is installed on your system.
Installing
- Use the pip tool to install
virtualenv
. See this guide for further details.
pip install --user pipenv
- Create a virtual environment.
python3 -m venv /path/to/new/virtual/environment
-
cd
into the directory you just created a virtual environment in, and clone the GitHub repo. -
Activate the virtual environment from the command line.
source bin/activate
cd
into the repository root directory and install all dependencies usingpip
.
pip install -r requirements.txt
- Run Django migrations.
manage.py migrate
- Start the server.
python manage.py runserver
Built With
Authors
License
This project is licensed under the GPL License - see the LICENSE.md file for details.