Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 758 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 758 Bytes

Movies with Multi Repo

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

Deploy the app by cloning this repo and running okteto deploy.