A web application that displays movie data using FastAPI and MongoDB sample dataset.
- Python
- FastAPI
- MongoDB (sample movie dataset)
- Docker Compose
- AI Agent for comment summarization
- Clone the repository
- Run with Docker Compose:
docker-compose up --build
- Access the application at
http://localhost:8000
- Browse movies from MongoDB sample dataset
- RESTful API endpoints
- AI agent that summarizes comments for each movie
- Dockerized for easy deployment