Skip to content

cadenschroeder/tuneful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuneful!

Demo available here!

Demo client deployment repository here.

pages-build-deployment

Overview

Tuneful is a music recommendation platform. Users are allowed to create an account with Google and login with Spotify, or continue in incognito (guest) mode. Spotify integration allows users to get baseline recommendations and modify existing playlists.

Local Development

To run locally, clone the repository and follow the directions below:

cd client
npm install
npm run start

In another shell:

cd server
mvn package
./run

A full of list commands are below:

Client Commands

Command Action
npm run start Start the server
npm run build Build a production version
npm run test Run the test suite

Server Commands

Command Action
./run Start the server
mvn package Build a production version

Review Assignment Due Date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published