Skip to content

kingstonwen/incident-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incident Management System

This is a full-stack Incident Management System with a React frontend and a Spring Boot backend. The system allows users to manage incidents by creating, updating, deleting, and listing all incidents.

Technologies Used

  • Frontend: React, Axios
  • Backend: Spring Boot, Java 17, H2 Database (in-memory)
  • Docker: Docker and Docker Compose
  • Node.js: v20.11.1

Running the Application with Docker Compose

The application can be run using Docker Compose, which will spin up both the frontend and backend services.

1. Clone the Repository

git clone <repository-url>
cd <repository-directory>

2. Build and Run the Containers

docker-compose up --build

Access the Application

Stopping the Application

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors