8000 GitHub - gkio/slack-clone-docker: Containerising Slack Clone App built with MERN Stack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Containerising Slack Clone App built with MERN Stack

Notifications You must be signed in to change notification settings

gkio/slack-clone-docker

 
 

Repository files navigation

Containerizing a Slack Clone App Built with the MERN Stack

Prerequisite

  • MongoDB
  • Express
  • React.js
  • Node
  • Docker Desktop

Getting Started

Cloning the repository

 git clone https://github.com/dockersamples/slack-clone-docker

Building the Service containers

 docker compose up -d —build

image

 docker compose ps
               Name                             Command               State            Ports        -----------------------------------------------------------------------------
slack-clone-docker_db_1              docker-entrypoint.sh mongod      Up      0.0.0.0:27017->27017/tcp
slack-clone-docker_nodebackend_1     docker-entrypoint.sh node  ...   Up      0.0.0.0:9000->9000/tcp 
slack-clone-docker_slackfrontend_1   docker-entrypoint.sh yarn  ...   Up 

Viewing the containers via Docker Dashboard

image

Viewing the Messages

image

About

Containerising Slack Clone App built with MERN Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.9%
  • Perl 15.2%
  • Raku 12.8%
  • CSS 9.9%
  • HTML 9.2%
0