Skip to content

titouan-pellerin/musicmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Mate

Find your music match according to your Spotify listenings.

Setup

Download Node.js. Run this followed commands :

Server

# Go to ./server folder
cd ./server

# Install dependencies (only the first time)
npm i

# Run the local server at localhost:8081
npm run dev

# Build for production in the dist/ directory
npm run build

Front

#Go to ./front folder
cd ./front

# Install dependencies (only the first time)
npm i

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

Find your best musical match among your friends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published