MERN app to track my vinyl record collection. The list of records is stored in MongoDB, with the album art and record information retreived from Discogs. To add a new record, I type in the UPC code, which then is used to pull the record information form Discogs. Since there are multiple entries from Discogs for a given UPC, I then choose which Discogs entry is the closest match. Live site here
npm i
and fill out a .env. See .env.example
npm run build
to build the front end. Then npm run start
to run the server.
This project is covered under the GPL-3.0
No contributions accepted at this time.
No testing
- GitHub: https://github.com/rytc
- Email: ryan@rytc.io