Skip to content

rjhelm/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Clone

About

  • Spotify Clone built with React Front End
  • Backend functionality for user login complete
  • Currently adding ability to play music, save artists and playlists.

Table of contents

Usage

npm i && cd client npm i

npm start (development server)

Features

head to graphql playground for queries </ br> react front-end make changes with app running

Content

  • MERN Stack
  • MongoDB with mongoose
  • GraphQL typeDefs and Resolvers
  • React Front End
  • Express Server wih Apollo for GraphQL
  • Material UI for icons and styles
  • JWT for authencticating users
  • bcrpyt for password hashing
  • .env to store sensitive data
  • faker used to seed fake data in development
  • heroku for deployment

Build

npm run build

Deploy (how to install build product)

git push heroku (master/main)

  • This will run the deployment to heroku by setting up a node engine for the backend before cd into client for the React front end.

Resources (Documentation and other links)

see github repository rjhelm

Contributing / Reporting issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published