- Spotify Clone built with React Front End
- Backend functionality for user login complete
- Currently adding ability to play music, save artists and playlists.
npm i && cd client npm i
npm start (development server)
head to graphql playground for queries </ br> react front-end make changes with app running
- 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
npm run build
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.
see github repository rjhelm