Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RahulShaw221994/mean-docker

A simple MEAN app created with Angular 8 and Docker Compose
https://github.com/RahulShaw221994/mean-docker

angular docker docker-compose docker-containers expressjs mean-stack nodejs

Last synced: 3 months ago
JSON representation

A simple MEAN app created with Angular 8 and Docker Compose

Awesome Lists containing this project

README

        

# Mean Docker
A simple MEAN app created with Angular 8 and Docker Compose

### Prerequisites

* Install Docker
* Install Docker Compose
* **https://docs.docker.com/install/**

### Usage
```sh
$ cd mean-docker
```
```sh
$ docker-compose up --build

# Visit http://localhost:4200
```