Skip to content

cs411 project: a website allows Spotify users find concerts of their favorite artists

Notifications You must be signed in to change notification settings

jidalii/music-to-ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CS411 Group Project

1. Team

Jida Li, Runqing Cui, Wanting Ma, Yuanman Mu

2. Description

Our project is an web application of users' own spotify library with info about the artists' concerts based on their playlists and saved albums.

As for the concert info, the website illustrates the date and location of concerts, and shows the price range of different seats, similiar to the funtionality in Google Flight.

The entry of the website is the login interface. After the user logs in, users would be redirect to their spotify library. When user hook the mouse on the artists of the songs, the website would show the concerts of the artists they like.

3. Oauth

We would be using Spotify Oauth.

4. Database

We would be using MangoDB for the database

5. API

  1. Spotify API
  2. Ticketmaster API

6. Framework

  • frontend: React.ts
  • backend: Express.js

7. Get ready to run

1) npm install & .env

$ cd ./client
$ npm install
$ cd ../server
$ npm ./install
  • you MUST place .env file in ./server

2) start server

$ cd ./server
$ npm start

3) start client

$ cd ./client
$ vite

About

cs411 project: a website allows Spotify users find concerts of their favorite artists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •