Moviez is a simple platform focused on recommending movies in the database to users based on basic rules.
Use docker compose in order to quickly set up the web app locally and start using it.
docker compose up
Note: Define the environment variables in a
.env
file with the help of.env.example
before running the command above.