64

GitHub - dkakashi69/Echo: A streaming music app written with React and Nodejs

 5 years ago
source link: https://github.com/dkakashi69/Echo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

readme.md

? Echo

Build Status

A music app made with React + Redux + Nodejs demo video: (https://www.youtube.com/watch?v=knqfJlnTjtQ)

image

image

Features

  • login to create and listen to your playlists
  • download song when you are logged in
  • lazy, paginated fetching
  • player play/stop/forward/backward track
  • search tracks by name and artist

Installation

To run the app with Node.js and MongoDB

This app will fetch tracks from an external api, so there is no need for a database to store tracks, but we still need one for creating user's playlists

Install and start MongoDB (https://docs.mongodb.org/manual/installation).

Install Node.js (http://nodejs.org). Any version above 6.0 works fine

Open .env and adjust the MONGODB_URI to your MongoDB server name (localhost normally works if you're running locally).

  1. Run npm install.

  2. Run npm run dev:client to start the frontend server

Wait for the build process to complete

carbon

  1. Run npm run dev:server to start the api server

Navigate to http://localhost:8000 in your browser to explore the app

Build the app

  • Build manually
 $ npm start

Or

  • Build with Docker Compose
$ docker-compose build
$ docker-compose up

After building the app, frontend and backend servers will be merged into a single server and be available at http://localhost:3000


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK