Skip to content

shereenzeinah/ControlCenterProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ControlCenter

A brief description of what this project does and who it's for

Topics

For creation of incident listen to topic --> create-incident

For deletion of incident listen to topic --> delete-incident

For updating of incident listen to topic --> update-incident

SpringBoot Run:

```
    gradle bootrun
```

API Reference

Create an incident

  POST /incident/create-incident
Parameter Type Description
title string Required. Title on incident
description string Required. Description of incident
address string Required. Location of incident
phone string Required. Phone number of creator

Update an incident

  POST /incident/update-incident
Parameter Type Description
id string Required. Id of item to update
title string Required. Title on incident
description string Required. Description of incident
address string Required. Location of incident
phone string Required. Phone number of creator

Delete an incident

  DELETE /{incidentId}

Get all incidents

  GET /incident/all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages