Skip to content

An Angular 2+ application that uses an Express backend and Docker containers.

Notifications You must be signed in to change notification settings

imcgonigle/mean-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mean-Docker

The end result from following the [MEAN app tutorial with docker.]https://scotch.io/tutorials/create-a-mean-app-with-angular-2-and-docker-compose

Technologies

  • Angular
  • Node
  • Express
  • Mongo
  • Docker

Features

  • You can add a user to the mongo database
  • You can see the users that have been added.

Getting Started

  1. Requirements ...You will need [Docker]https://www.docker.com/ installed on your machine to get this up and running.

  2. Clone this repo. ...The first step is to git this repo onto your machine. Then cd into the project root folder.

git clone https://github.com/imcgonigle/mean-docker`
cd mean-docker
  1. Run Docker Compose ...Now that everything is installed you need to build the Docker containers and run docker-compose.
docker-compose up --build
  1. Visit the site ...Visit localhost:4200 in your web browser and you should see your the application live.

About

An Angular 2+ application that uses an Express backend and Docker containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published