movier/README.md
2024-11-06 19:05:44 +04:00

865 B

Movier: Get Movie Recommendations Based on IMDb Data

Movier recommends movies based on the IMDb dataset by comparing them with movies you provide.

⚠️ This project is not production-ready.

Data Source

This project uses non-commercial IMDb datasets, available at: IMDb Datasets

How to Run

  1. Rename the environment file: Rename /config/postgres/.env.example to /config/postgres/.env:

    mv ./config/postgres/.env.example ./config/postgres/.env
    
  2. Run with Docker Compose: Use Docker Compose to start the application:

    docker compose up
    

    Downloading and extracting the datasets may take 5-10 minutes, depending on your network speed.

  3. Access the application: Once the setup is complete, go to http://localhost:8080 to access Movier.