Skip to content

Duy-Phuong/docker-node-mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Nodejs Vue Todo list example

Simple example of a dockerized Node/Vue/Mongo app

Quick Start

The external IP is required for the website to access the API from other PCs. For that, I included a shell script that automatically gets your IP Address on Linux, or lets you add a custom one if you are on Windows.

Start the application

# Building the application using the external IP as an Argument
./build-docker.sh

# Running the application in Docker
docker-compose up

About

Simple example of a dockerized Node/Vue/Mongo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.1%
  • Vue 34.5%
  • Shell 9.9%
  • HTML 8.1%
  • Dockerfile 6.4%