"Video Education Across the Web"
https://drive.google.com/file/d/0B-4Vah9LEYrLNDhjay13NXA2V1E/view
Make sure you have Rails and Git installed on your machine
-
git clone the repo to your local machine
git clone https://github.com/Twinpair/VidEdu.git
-
Run
bundle install
to install gems -
Run
rake db:migrate
to migrate the database -
On root path you can run
rails s
to begin server -
Open browser to
localhost:3000
to view application
Once you have the repo on your local machine
-
Run
rake db:migrate RAILS_ENV=test
to migrate the testing enviroment database -
Run
rake test
to verify everything is ok =)
Assets:
- "images" --> images on the application
- "javascript" --> javascript interaction for HTML
- "stylesheets" --> styling sheets for HTML markup
Models:
- database entities
Views:
- everything the user sees
Controllers:
- database interaction
Guest Session
- Featured
- Add Video (no saving)
- See Video, Notes, Review, Summary, and YT Data
Login Session
- All "Guest" Session Capabilities
- Sign-up/Login
- Search for Video/Subjects
- View Subjects
- Add Subjects
- View Videos
- Add Video
- Delete/Edit Subject
- Save Subject
- Delete/Edit Video
- Save Video
- See Video/Notes/Review/Summary/Download Notes/YT Data