/MERNoniTunes

learning MERN with iTunes Search API

Primary LanguageJavaScriptMIT LicenseMIT

Podcast Search

Trying to learn mern.io's framework by implementing iTunes Search API

Landing page

Quickstart

  npm install
  npm start

Note : Please make sure your MongoDB is running. For MongoDB installation guide see this. Also npm3 is required to install dependencies properly.

Available Commands

  1. npm run start - starts the development server with hot reloading enabled

  2. npm run bs - bundles the code and starts the production server

  3. npm run test - start the test runner

  4. npm run watch:test - start the test runner with watch mode

  5. npm run cover - generates test coverage report

  6. npm run lint - runs linter to check for lint errors