This example shows how to leverage Okteto to develop the Movies App in Okteto.
The Movies App is composed by the following components:
- A very simple Node.js API using Express. Deployed using a Helm Chart.
- A MongoDB database (version 8.0). Deployed using the cloudpirates-mongodb Helm chart with official MongoDB 8.0 Docker images from Docker Hub.
- A frontend in React, defined in a different Github Repository.
Deploy the app by cloning this repo and running okteto deploy.