Ever remember listening to a specific topic or phrase in a podcast or youtube video but don't remember where you heard it? PlayItBack is the answer! PlayItBack keeps track of what videos and podcasts you've watched and lets you search through them for specific keywords. Its fast and easy!
PlatItBack was submitted to Hack The North 2020++, submission and demo video here: https://devpost.com/software/playitback
Visit the wesite here: https://playitback.z9.web.core.windows.net/
cd client
npm install
npm run start
to run the client locally. It will automatically open on http://localhost:3000/
npm run build
to create a production build. It will update the files in client/build/
cd playitback
npm install
npm start
to run the backend locally. The url is http://localhost:8000/. One thing to note is that the html/css/js served on this page is what exists in the client/build/
directory. To update this to the latest changes in the client, see Creating a Production Build.