Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.69 KB

Spider-lateral-task

Movie rating site ##Description My project MOVIEBUFF is a movie rating site where an user signs up and logs in .He/She can rate movies that are not rated by them or update already rated movies by them.Each movie in the database has average rating and number of users rated that movie. User can change his account settings,update his profile info and can switch to other users' profiles and see their ratings.

##Prerequisities install Xampp

##Database and tables description the name of the database am using is moviebuff and tables it consists are movies,users1,ratings,personal_information. movies table consits details about movies ,users1 table consists details about users,ratings table contains primary keys of movies and users1 tables as foreign keys. ratings table consists ratings of movies.

##Build Instructions 1.install xampp
2.run phpmyadmin in browser
3.create database with name moviebuff
4.import moviebuff.sql into this database
5.open index link in browser

##Working Screenshots Image of index.php Image of homepage Image of userpage Image of account_settingspage Image of otheruser page