Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

TannerGabriel/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