ahenrij / chat-web

Simple web app showing chat-service usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-web

Web application for chat microservice usage.

Setup

Install dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Env. variables

  • VUE_APP_ROOT_API : chat microservice API url

Usage

Run docker image

docker run -it -p 8080:80 -e "VUE_APP_ROOT_API={chat-service-url}" --name chat-web darkpearl/chat-web

See full docker-compose example in deploy directory.

API will be running at http://localhost:1337

Web App will be running at http://localhost:8080

About

Simple web app showing chat-service usage


Languages

Language:Vue 58.4%Language:JavaScript 36.0%Language:CSS 3.2%Language:HTML 1.3%Language:Dockerfile 1.0%Language:Shell 0.1%