The motivation behind our application is to allow users to discover new music based on their current listening tastes. Additionally, we wanted to allow users to generate customized playlists with a particular artist, genre, or sound in mind. Thus, we created this application.
Our application is deployed and accessible at https://spotifry-app.herokuapp.com/. Check out our wiki for more extensive usage instructions!
Our team is composed of four UCLA undergraduate computer science majors. This project was completed as a part of our senior capstone.
- Run
npm installin the root directory of the app and runpipenv installin the backend-awesome directory - Configure the app for a local run by changing the proxy to localhost:3000 in package.json
- The app can be run locally by running
npm startin the root directory of the app and runningpipenv python driver.pyin the backend-awesome directory
To build the app you can run npm build