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

https://github.com/seanmisra/movie-picker

Movie Recommendations with MEAN stack 🎥
https://github.com/seanmisra/movie-picker

angular angular-material ec2 mean-stack

Last synced: 3 months ago
JSON representation

Movie Recommendations with MEAN stack 🎥

Awesome Lists containing this project

README

        

# MoviePicker

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.3.

It provides movie recommendations based on 1-3 inputed favorite movies. The recommendations are based on keyword matching. The recommendation node-js APIs are in [movie-picker-node-apis](https://github.com/seanmisra/movie-picker-node-apis). The data is stored in a MongoDB database.

Images in the recommendations are fetched from the [OMDb API](https://www.omdbapi.com/).

## Demo
Demo is live at: [http://ec2-44-203-118-224.compute-1.amazonaws.com/](http://ec2-44-203-118-224.compute-1.amazonaws.com/)