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 🎥
- Host: GitHub
- URL: https://github.com/seanmisra/movie-picker
- Owner: seanmisra
- Created: 2022-12-01T14:38:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:16:24.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:41:18.611Z (5 months ago)
- Topics: angular, angular-material, ec2, mean-stack
- Language: TypeScript
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)