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. Deployed using a public Helm Chart
- A frontend in React, defined in a different Github Repository.
Deploy the app by cloning this repo and running okteto deploy
.