This project is generated with yo angular generator version 0.15.1.
It's one more and separate version of a frontend, where Angular was used for routing.
Lastfm analysis is an app that shows lastfm user's statistics on listened and scrobbled music.
The project contains one app, where user can enter his lastfm username and get top artists charts, scrobbles by year chart, top albums by year,photo collage created from albums images and list of forgotten albums(albums that user hasn't listened to for a long period)
- Python 3.5
- Django 1.9
- Angular 1.5
- highcharts.js
- Bootstrap 3
Backend can be found here: https://github.com/kate-ka/lastfm_analysis.
-
Activate your virtual environment:
source <virtual_env>/bin/activate -
Install needed packages:
pip install -r requirements.txt -
Run Django server:
python manage.py runserver -
Run Frontend:
npm install,bower install,grunt serve