Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeromelachaud/discogs-random-collection-item

Store and randomly displays items from your Discogs collection
https://github.com/jeromelachaud/discogs-random-collection-item

discogs-api express fullstack react react-hooks

Last synced: about 1 month ago
JSON representation

Store and randomly displays items from your Discogs collection

Awesome Lists containing this project

README

        

## 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](http://localhost:8080) with nodemon

`yarn start` then open [http://localhost:3000](http://localhost:3000) to view the app in the browser

### Production:

`yarn start:server` starts the server on [http://localhost:8080](http://localhost:8080)

`yarn build` then open [http://localhost:8080](http://localhost:8080) to view the app it in the browser