Moviemate
├─ app
│ ├─ models.py
│ ├─ services
│ │ ├─ recommender.py
│ │ └─ tmdb.py
│ ├─ static
│ │ ├─ css
│ │ │ └─ main.css
│ │ ├─ images
│ │ └─ js
│ │ └─ main.js
│ ├─ templates
│ │ ├─ base.html
│ │ ├─ content_detail.html
│ │ ├─ index.html
│ │ ├─ login.html
│ │ ├─ register.html
│ │ └─ search.html
│ ├─ tests
│ └─ __init__.py
├─ instance
├─ main.py
└─ requirements.txt
rishabh0510rishabh/movie
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|