Skip to content

CRUD implementation for Incident management system

Notifications You must be signed in to change notification settings

thusithz/inc-mgt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incident Management App

Workflow:

  • client Front-end app for Incident Management App.
  • server Server app for Incident Management App.

Running Incident Management App

In order to run the demo I highly recommend installing lerna globally via

npm i -g lerna

Then,

lerna bootstrap

Run the command above at the root of your project. This command will make sure you have dependencies you need in order to run this project.

Finally,

npm run dev

Deploy Docker Images

for run all docker images

npm run deploy

Lerna will start all your projects parallelly and open your browser.

About

CRUD implementation for Incident management system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published