Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.34 KB

Monitoring App

This is an monitoring mocking app to demonstrate the following:

  1. Create a Symfony back-end API.
  2. Create a SPA ReactJS connected to the Symfony back-end api with hot reloading.
  3. Use docker and docker-compose to manage the development.

I have developed this app part of a blog series tutorial on how to build a painless and worry free full stack environment agnostic development environment to help on-board your development teams faster and quicker. And enable them to focus more on actual features development rather than the hassle of maintaining their development environment.

Requirements

  1. Docker

Installation

  • run make all

Above command will:

  1. Create and build the docker containers.
  2. Install composer dependencies.
  3. Do linting checks.

Running

  • You can access the mocked health check endpoint via http://localhost:90/api/v1/healthCheck
  • You can access the frontend to display the server health check via http://localhost:3000