Skip to content

jgarcia525/MusicMetadataApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MusicMetadataApp

Summary

This website shows some of my favorite songs gathered from the spotify API through a simple user interface.

Regarding the requirements of the project, I added on album cover url photos to the tracks to make the UI more interesting.

Updated track model

Track

  • ID
  • Title
  • Artist
  • Genre
  • Duration
  • AlbumCoverUrl

Building and Running

Backend server

cd/server

npm install

npm start

Frontend server

../client

npm install

npm start

Tech Stack

Backend:

  1. Node.js
  2. Express
  3. GraphQL - Apollo Server
  4. MongoDB - MongoDB Cloud Cluster

Frontend:

  1. React with Typescript
  2. React-Boostrap
  3. GraphlQL - Apollo Client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published