/Music-Mates

CS554 Project

Primary LanguageJavaScript

CS554Project

Description

TODO

How to Run

Two ways to run MusicMates.

First->

  1. git clone
  2. cd backend
  3. Command(MusicMates/backend) - 'npm start'
  4. cd ../frontend
  5. Command(MusicMates/frontend) - 'npm run dev'
  6. Access the site on 'localhost:5173'

Second->

  1. INSTALL DOCKER DESKTOP on your machine
  2. git clone
  3. cd MusicMates (root repo)
  4. run the docker engine or docker desktop on your machine
  5. Command(/MusicMates) - 'docker-compose up'
  6. Access the site on 'localhost:5173'

Project Members:

Technologies

  • React

References

Dependencies

Front-End

Back-End

APIs Used

Spotify API: https://developer.spotify.com/documentation/web-api

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: