Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 781 Bytes
vinilib

Vinylib

About

Vinylib is a web application to manage your vinyl collection. It use this api.

  • Simple interface
  • Save your vinyls and search them
  • Scan barcodes to search for vinyls details with the Discogs API (mobile only)
  • Add covers to your vinyl suggested by the Spotify API or from your own images

Installation

$ npm install

Before you start

At the root of the project, execute the following commands:

cp .env.example .env

Running the app

npm run serve

WEB: http://localhost:8080