8000 GitHub - luster/is-pepsi-okay: Movie Recommendation Project for ECE464 Databases, Fall 2014 at Cooper Union
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luster/is-pepsi-okay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is Pepsi Okay?

Movie Recommendation Semester Project for ECE464 Databases, Fall 2014 at Cooper Union

Stack

  • MySQL
  • Python/Flask

Get Started

  1. Install VirtualBox
  2. Install Vagrant.
  3. clone the repo
  4. cd is-pepsi-okay
  5. vagrant up
  6. Then go to http://33.33.33.33:8000 to see the app.

Bootstrap your own system

  1. Ensure MySQL is running
  2. Make sure database IsPepsiOkay is installed with -uroot and -pispepsiokay
  3. Populate database with mysql -uroot -pispepsiokay < IsPepsiOkay/database/dump.sql
  4. Install python requirements on virtualenv with virtualenv flask; source flask; pip install -r requirements.txt
  5. Run flask server with sudo python runserver.py
  6. Then go to http://33.33.33.33 to see the app.

Authors

  • Ethan Lusterman
  • Joe Mercedes

About

Movie Recommendation Project for ECE464 Databases, Fall 2014 at Cooper Union

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0