"U Videos" is a single page application written in OO JavaScript that stores all the videos you want to organize by category using a Rails API backend server. You will have full CRUD functionality of Videos and Categories without having to refresh the page.
Video Demo - https://www.youtube.com/watch?v=AO90J3XP7iE
You will need to open the backend and frontend of the project which are two seperate repositories.
Copy and paste into your terminal
Rails API Backend:
git clone [email protected]:codeski/U-vid-api.git
cd U-vid-api
bundle install
rails s
JavaScript/HTML/CSS Frontend:
[email protected]:codeski/U-vid-frontend.git
cd U-vid-api
open index.html