Skip to content

This is a repository to demonstrate building a Symfony backend api with reactjs frontend with hot reloading.

Notifications You must be signed in to change notification settings

mnsami/monitoring-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a repository to demonstrate building a Symfony backend api with reactjs frontend with hot reloading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published