mirror of
https://github.com/aykhans/movier.git
synced 2025-04-06 07:44:00 +00:00
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
-
Rename the environment file: Rename
/config/postgres/.env.example
to/config/postgres/.env
:cp ./config/postgres/.env.example ./config/postgres/.env
-
Run with Docker Compose:
docker compose up
Downloading and extracting the datasets may take 5-10 minutes, depending on your network speed.
-
Access the application: Once the setup is complete, go to http://localhost:8080 to access Movier.
Description
Languages
Go
41.2%
Python
36.4%
HTML
20.9%
Dockerfile
0.9%
Makefile
0.6%