Skip to content

6/GeoDJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We created GeoDJ so anyone could listen to music from all over the world. GeoDJ currently has a collection of over 2,000 popular musicians from 200+ countries.

Visit the site →

up and running locally

Install requirements:

pip install -r requirements.xt

If you haven't already, install postgres and create the database geodj_development.

Then, run the following commands to bootstrap the DB with some data:

python manage.py syncdb
python manage.py import_countries
python manage.py import_continents
python manage.py import_artists
python manage.py import_genres

Install Heroku Toolbelt for foreman: https://toolbelt.heroku.com/

To start the server, run foreman start, then go to http://localhost:5000

acknowledgements

Country data from the following sources:

Music data from the following APIs:

About

DjangoDash 2013 project - Listen to music from around the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published