After pulling, cd into directory with docker-compose.yml
file
- docker-compose build
- docker-compose up
- Access website via
localhost:8000
- docker-compose down
The main focus of this project is to build a system that makes use of the MovieLens data provided by Grouplens, enabling marketing professionals to analyse how audiences have responded to films that have been released, and to help them understand the market for films that they are planning. This system consist of both a frontend and backend component, allowing easy access for the users. Furthermore, the entire application is containerised using docker to ensure that it is portable, flexible, lightweight and can be run on machines with different operating systems that has access to Docker.
/DBCW/
├── django
│ ├── Dockerfile
│ └── movieapp
│ └── templates/movieapp
│ └── index.html
├── mysql
│ └── Dockerfile
├── redis
└── docker-compose.yml