Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 660 Bytes

What this App does :

  • Fetches the Discogs API and update the App' database with the latest additions in you collection
  • Sends you an email with the amount of added releases
  • Displays a random item of your collection

Development:

yarn start:server:dev starts the server on http://localhost:8080 with nodemon

yarn start then open http://localhost:3000 to view the app in the browser

Production:

yarn start:server starts the server on http://localhost:8080

yarn build then open http://localhost:8080 to view the app it in the browser