Skip to content

RobbieElias/RottenPotatoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotten Potatoes

Movie Database Web Application for University of Ottawa CSI2132 Group Project

By: Robbie Elias, Isaac Shannon, Jesse Desjardins

Note: The DBMS used is PostgreSQL. To run the site, create a schema called 'MovieRecommender'. Then execute the 'raw.sql' and then 'seed.sql' scripts. Create a login role for the schema, and make sure you add a 'search_path' variable which is set to the value of 'MovieRecommender'. You can do so with the following command (assuming the user is csi2132): 'ALTER ROLE csi2132 SET search_path = "MovieRecommender";'.

Make sure to modify the 'Web/includes/settings.ini.php' to match your settings.

About

RottenPotatoes - Movie Web Application for CSI2132 Group Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published