/movies-with-compose

Movies App deployed with Compose

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Movies App with Compose

This example shows how to leverage Okteto to develop a Node.js + React Sample App directly in Kubernetes. The Movies App is deployed using a Docker Compose. It creates the following components:

  • A React based front-end, using webpack as bundler and hot-reload server for development.
  • A very simple Node.js API using Express.
  • A MongoDB database.
  • A NGinx reverse-proxy
  • A job to initialize MongoDB with data.