App to visualize different data from Discogs marketplace. Currently it shows only your sells. It uses disconnect, a Node.js client with OAuth for the connection to the Discogs API.
The front end application is build with Next.js and Highstock from Highcharts.
For local development you need to install npm dependencies and run the Next.js application. You also need to create an application on the Discogs Developer Settings Page after you logged in. You need to rename to .env.template file and fill it with your credentials.
npm
is used for front end dependency management.
$ npm install
...
$ npm run dev
Afterwards you can just start the application in your browser with localhost:3000