Discogs DJ is an application that allows vinyl djs to maintain a record bag of indivudual tracks (with bpm information) from releases saved in their personal Discogs collections.
These instructions will get Discogs DJ up and running on your local machine.
To run Discogs DJ, please ensure you have the following installed:
Of course you'll also need a Discogs account with at least a few items in your collection!
After cloning the repository, perform an npm install
in the project root to install all of Discogs DJ's dependencies.
Every application that consumes information from the Discogs API needs a Consumer Key and Secret. To generate these, go to your Developer Settings, and create a new application. Additionally, in order to access your collection data, Discogs DJ needs you discogs username. Specify your username
, consumerKey
, and consumerSecret
in config.json
To run the application, you must have a MongoDB instance running. Then, run the development server:
npm run dev