This is a simple Django project that display a list of music genres. You are able to select any genre of the list to see all the songs that matches this genre and a chart (made using Google Charts) that show the average duration of each artist according to their songs in that genre.
For this project I used Django framework for both frontend and backend. Also, I used GitHub as a version control system (GitHub repo) and some other libraries and modules to make this app better and cooler, for example:
- Clone the project
git clone [email protected]:Horiol/Django_Apps.git
cd
to directory
cd Django_Apps
- Install requirements
pip install -r requirements.txt
- Run server
python manage.py runserver
Then the application should be ready in http://localhost:8000/.