This is Entertainment(Web TV Series)-Cataloging website, with advance search options using SQL queries. The project is heavily-inspired by myanimelist.net , This is database and PHP project rather than a front-end project.
The end product is simple, A user can choose a from a good list of Web Series and rate according to xer preferences, and also can mark it as "Currently Watching"/"Completed"/"On-hold"/"Plan To Watch"/"Dropped" and/or as Favorite. A User can have upto 3 favorite series and can give one review per series. Further the user can edit xer review and change the mark accordingly.
Search Queries can be adjusted to almost every specific detail.
Below are the tables required for this project.
Legend:
- Sid: Series Id
- Sname: Name of the Series
- ytbCode: youtube code for trailer
- Uid: User Id
- others: self-explainatory
Sid | Sname | coverImg | noOfSeason | totalNoOfEp | network | ytbCode | rating | date | producer | director | country | lang | description | members | favCount | users |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT |
TEXT |
TEXT |
INT |
INT |
TEXT |
TEXT |
FLOAT |
TEXT |
TEXT |
TEXT |
TEXT |
TEXT |
TEXT |
INT |
INT |
INT |
Sid | Genre |
---|---|
INT |
TEXT |
uid | uname | pword | FavCount | |
---|---|---|---|---|
INT |
TEXT |
TEXT |
TEXT |
INT |
uid | Sid | score | type |
---|---|---|---|
INT |
INT |
FLOAT |
INT |
uid | sid |
---|---|
INT |
INT |
Sid | uid | review |
---|---|---|
INT |
INT |
TEXT |