Movie rating scraper and aggregator websites build with Java, MongoDB and Python (scraping) for the second task for the course in "Large Scale and Multi-Structured Databases" at the University of Pisa.
Movienator is a movie rating website written in Java using the SpringBoot library that shows movie ratings scraped from other websites (MyMovies, IMDB) or inserted on the website by users. The website also provides aggregated statistics to the users.
For more information, refer to the final report.
In the master
branch, you can find the final code for the project,
while the task3
branch contains the updated code for the third
project (addition of a graph database).
Movienator Copyright (C) 2020 F. Fregosi, M. Laruina, R. Mancini, G. Petrelli
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.