Skip to content

kovalromank/Redis-Beyond-Cache-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Spotify + YouTube Party Backed By Redis 🎉

Redis 'Beyond Cache' Hackathon submission. A web app where users can sync YouTube videos with music from Spotify.

💻 Prerequisites

You'll need the following to run the web app and api:

  • Node.js and npm
  • Git, to clone this repository
  • Spotify App, note the Client ID and Client Secret fields returned by Spotify, you will need to enter those in the project's environment files. Make sure to configure the Redirect URIs in Spotify, by default set this to http://localhost:8080/api/login/spotify/complete

🚀 Usage

First, clone the git repository:

$ git clone https://github.com/KovalRomanK/Redis-Beyond-Cache-2020.git

Then, cd into the repository:

$ cd Redis-Beyond-Cache-2020

🌎 For the web app

cd into the web app folder:

$ cd web

Install the necessary libraries using npm

$ npm install

Start the React development server and visit http://localhost:8000 in your browser

$ npm start

🤖 For the api

cd into the api folder:

$ cd api

Install the necessary libraries using npm

$ npm install

Rename example.env to .env.local and replace XXX values with your own.

Build the server

$ npm run build

Start the development server

$ npm run serve

About

Redis 'Beyond Cache' Hackathon submission. A web app where users can sync YouTube videos with music from Spotify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors