Skip to content

Front-end application for ALL the microservices

License

Notifications You must be signed in to change notification settings

gleich/front-end

This branch is 1 commit ahead of, 8 commits behind microservices-demo/front-end:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

337b1c1 · Aug 10, 2020
Apr 26, 2018
Mar 16, 2017
Aug 10, 2020
Jan 18, 2017
Mar 12, 2017
Dec 12, 2016
Mar 29, 2017
Dec 21, 2018
May 26, 2017
Mar 10, 2017
Dec 16, 2016
Mar 1, 2017
Mar 13, 2017
Mar 16, 2017
Nov 21, 2016
Nov 29, 2019

Repository files navigation

Build Status

Front-end app

Front-end application written in Node.js that puts together all of the microservices under microservices-demo.

Build

Dependencies

Name Version
Docker >= 1.12
Docker Compose >= 1.8.0
Make (optional) >= 4.1

Node

npm install

Docker

make test-image

Docker Compose

make up

Test

Make sure that the microservices are up & running

Unit & Functional tests:

make test

End-to-End tests:

To make sure that the test suite is running against the latest (local) version with your changes, you need to manually build the image, run the container and attach it to the proper Docker networks. There is a make task that will do all this for you:

make dev

That will also tail the logs of the container to make debugging easy. Then you can run the tests with:

make e2e

Run

Node

npm start

Docker

make server

Use

Node

curl http://localhost:8081

Docker Compose

curl http://localhost:8080

Push

GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh

About

Front-end application for ALL the microservices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 58.9%
  • JavaScript 32.5%
  • CSS 7.8%
  • Other 0.8%