Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pshreyam/moviez

🎥 Rule-based recommendation of movies stored in the database
https://github.com/pshreyam/moviez

movie-recommendation-app python3 recommendation-system rule-based-system

Last synced: 15 days ago
JSON representation

🎥 Rule-based recommendation of movies stored in the database

Awesome Lists containing this project

README

        

# Moviez

Moviez is a simple platform focused on recommending movies in the database to users based on basic rules.

# Getting Started

Use docker compose in order to quickly set up the web app locally and start using it.

```bash
docker compose up
```

> Note: Define the environment variables in a `.env` file with the help of `.env.example` before running the command above.

# Screenshots