TuneChamp is a music quiz application where you listen to ten songs and guess from four answers given for each song. Compare your scores with other people who have taken the quiz. See who will become the Tune Champion!
TuneChamp will be hosted and deployed by Heroku at (https://tunechamp-client.herokuapp.com/)
- Need to have Node.js installed.
- Clone the repository.
- Install node packages
npm install - Create an app for Spotify oauth on the Spotify API website.
- Create a
.envfile in the root of the project and place the following variables in this file.- DB_USER=
your database user - DB_Pass=
your database user password - DB_LIB=
your database name - DB_HOST= localhost
- SPOTIFY_ID=
your spotify ID - SPOTIFY_SECRET=
your Spotify secret - SPOTIFY_CALLBACK =
http://localhost:3000/auth/spotify/callback
- DB_USER=
- Start the server
npm start - App will run on at
http://localhost:3000
Express.js, Passport.js, Postgres, Spotify API,EJS, Node.js, Javascript, REACT, REDUX
Lewis Ritenour - (http://github.com/LewRit)
Robert Powell - (http://github.com/RpowellIV)
Stephen Roach - (http://github.com/Stephen-Roach)