Skip to content

Sample todo app running on docker Compose with Db container, api container, and web-frontend container

Notifications You must be signed in to change notification settings

codeboylal/docker-frontend-backend-db-lbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A demonstration of Docker to implement a simple 3 tier architecture

  • frontend will be able to access the mid-tier
  • mid-tier will be able to access the db

In order to run this in docker, simply type docker-compose up at the command prompt. Docker will then create the MongoDB from the stock mongo image. The api uses nodejs with express and is built from a node:alpine image. The front end uses ReactJS and built from a node:alpine image.

About

Sample todo app running on docker Compose with Db container, api container, and web-frontend container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • HTML 14.5%
  • CSS 7.9%
  • Dockerfile 3.5%