Stream

Stream

  • server This package container API for Stream, build with Nodejs, Express and Spotify API
  • client Is a frontend for Magnifier, build with React, Context API and Axios.

Features

  1. Login/Signup
  2. Listen Music
  3. Genres
  4. Create Playlist
  5. Likes Favorite
  6. Search album, artist

Server

Plugin README
axios plugins/bcryptjs/README.md
cookie-parser plugins/cookie-parser/README.md
cors plugins/cors/README.md
express plugins/express/README.md
request plugins/request/README.md
morgan plugins/morgan/README.md
nodemon plugins/nodemon/README.md

Client

Plugin README
axios plugins/axios/README.md
react plugins/react/README.md
react-heartbeat plugins/react-heartbeat/README.md
react-router-dom plugins/react-router-dom/README.md
react-tooltip plugins/react-tooltip/README.md

Core Structure

code
  ├── package.json
  │
  ├── client
  │   ├── public
  │   ├── src
  │   │   ├── assets
  │   │   ├── components
  │   │   ├── context
  │   │   ├── hooks
  │   │   ├── screens
  │   │   ├── services
  │   │   ├── utils
  │   │   ├── App.js
  │   │   ├── index.css
  │   │   └── index.js
  │   │
  │   └── package.json
  │
  ├── server 
  │   ├── utils
  │   └── server.js
  ├── .gitignore
  └── README.md

Screenshots

Home Search Genre
Artist Album Playlist