Movie streaming platform with AI recommendation built with modern web technologies (React/TypeScript/Go/gin-gonic/MongoDB)
This project is a full-stack simulation of a modern Movie Streaming Platform, designed to showcase how different technologies can be combined to deliver a scalable, AI-powered application.
The system brings together a React-based frontend for an engaging user experience, a Go-based backend for high-performance API services that runs on the gin (gin-gonic) web framework, and an AI-powered recommendation engine to personalize movie suggestions using Gemini.
It also demonstrates how MongoDB can serve as a reliable, scalable database solution for managing media metadata and user preferences.
- Movie Streaming service simulated on the front end using React and React-Player
- Web API service written using GO and runs on the gin-gonic web framework
- AI Recommendation service using Go and Gemini
- Scalable backend storage provided by MongoDB
| Frontend / Client | TypeScript / React | | Backend / Server | Go / gin-gonic | | Storage / Database | MongoDB |