/MyTunes-v2

Primary LanguageJavaScript

About MyTunes2.0

MyTunes 2.0 is a music review sharing app that allows one to log in with their Spotify account, search music, write review/rating, follow other users, and receive feeds from those they follow.

Note that it is an iteration of MyTunes1.0

Screenshots

Landing Page

landing.png

Dashboard

dashboard.png

Search

search.gif

View Playlist

view-Playlist.png

Review Form

review-Form.png

Add Review

add-Review.gif

My Reviews

my-Reviews.png

Follows

Follow-edited.png

Feeds

Feeds-edited.png

Built With

Getting Started

To get a local copy up and running follow these simple steps.

  1. Clone the repo
  git clone https://github.com/ACJM-myTunes/MyTunes-v2.git
  1. Install NPM packages
  npm install
  1. Create a .env file in the root directory and paste in the following
  SPOTIFY_CLIENT_ID='YOUR SPOTIFY CLIENT ID'
  SPOTIFY_CLIENT_SECRET= 'YOUR SPOTIFY CLIENT SECRET'
  PG_URI ='YOUR POSTGRESQL URI'
  1. In the terminal, run npm run dev and go to http://localhost:8080 to access the application