Skip to content

okteto/movies-with-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.