IMDb-MongoDb
Inspiration
This project is created for participating in MongoDB Atlas Hackathon on DEV in category "Choose Your Own Adventure" and to learn more about the modern database platform of MongoDB Atlas.
What it does
This is a simple Node.js Express web app in which you can search for movies based on various criteria and see the stats & details of the movies e.g. duration, language, ratings, Cast & Crew etc.
How I built it
- This is a Node.js Express web app with only 2 routes: index & search.
- The source code is in this repo IMDb-MongoDb.
- The code uses Node.js native drivers for MongoDB and connects to a MongoDB database deployment which is Multi Region Replica Set of 12 nodes. (Update 20220124: Changed to MongoDB Free Tier)
- The database consists of data from imdb sourced from a Kaggle dataset.
- The app is packaged in a Docker…