- 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
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
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