Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 754 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 754 Bytes

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.