Social_Networks
Project for uni class: Social Networks
Task
A SERVICE FOR RANKING AND RECOMMENDING CONTENT BASED ON SOCIAL DATA Collect as many different types of social data as possible from as many sources as possible to develop a list of popular movies and music, as well as personalized content recommendations for users
How to start the application
Position yourself wherever your project is located.
Build the Docker image and run the container with the following commands:
docker-compose build
docker-compose up
The app will be listening on: http://localhost:5000/.