Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 555 Bytes

MusicList

A frontend wrapper for the Discogs API built with React js and Express js.

To Install

Install server modules with: npm install

Install client modules with: npm install while cd'd inside the 'client' directory

To Run

Run the app in production mode with npm run start

Run the app in development mode with npm run dev

Environment Variables

  • DISCOGS_NAME={discogs_application_name}
  • DISCOGS_KEY={discogs_api_key}
  • DISCOGS_SECRET={discogs_api_secret}
  • REDIS_HOST (Default: localhost)
  • REDIS_PORT (Default: 6379)