Build a Full Stack Movie Streaming App – Go, React, MongoDB, OpenAI
Curriculum for the course Build a Full Stack Movie Streaming App – Go, React, MongoDB, OpenAI Lean how to build a complete full-stack movie streaming app with AI-powered movie recommendations. You’ll use Go with the Gin-Gonic framework on the backend, React on the frontend, and MongoDB for data storage. For the AI features, you’ll connect your Go backend to OpenAI using LangChainGo. Sign up for MongoDB Atlas: https://www.mongodb.com/ ✏️ Course developed by @GavinLon 💻 Code: https://github.com/GavinLonDigital/MagicStream 🏗️ MongoDB provided a grant to make this course possible. ⭐️ Contents ⭐️ - 0:00:00 Introduction and Overview of the Course - 0:10:14 Setup Development Environment - 0:10:19 Install MongoDB and Compass (GUI for MongoDB) - 0:14:05 Install MongoDB Shell - 0:17:54 Launch Compass, Create and Seed MagicStream MongoDB Database - 0:23:38 Use MongoDB Shell to Interact with MongoDB Database - 0:29:42 Install Go (Golang) on Dev Machine - 0:34:31 Create Basic Go Applic...