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.
Track
- ID
- Title
- Artist
- Genre
- Duration
- AlbumCoverUrl
cd/server
npm install
npm start
../client
npm install
npm start
Backend:
- Node.js
- Express
- GraphQL - Apollo Server
- MongoDB - MongoDB Cloud Cluster
Frontend:
- React with Typescript
- React-Boostrap
- GraphlQL - Apollo Client