This is an application that will enable people to search and watch any movie avaible online for free.
- Python 3.9 or higher
- Find needed python packages in ./requirements.txt of each project folder.
Steps to build, load data from fixtures and run project:
cd
to root of projectdocker-compose build
docker-compose up
To test Elasticsearch in shell run these commands:
docker-compose up
docker-compose exec django python manage.py shell