Skip to content

asw-i3a/operators-web-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I3A Operators Web Client

Status
travis ci Build Status
code coverage codecov
code quality Codacy Badge
latest build -

This client forms part of platform called GestUsers, if you don't know about it, we encourage you to see this other repo first.

This module allows Operators to enter the application and manage all th eincidents they have assigned due to being dangerous. They can also add comments to them, and change the state of those incidents. The application also allows them to monitorize and see statistics of all of them.

Package

Group Artifact
io.github.asw.i3a operators.web.service

Authors

Running the application

There are two ways:

All the modules running in the same instance

Still working on the platform to support it.

Independent running

Kafka

Download Kafka

>> tar -xzf kafka_2.11-1.0.1.tgz

>> cd kafka_2.11-1.0.1

Once here, you have to start Zookeeper as it is needed for the correct functioning of Kafka. The one provided by the binary you have previously download is okay for starting it. Then, you can start kafka server.

>> bin\windows\zookeeper-server-start.bat config/zookeeper.properties

>> bin\windows\kafka-server-start.bat config/server.properties

Mongo DB

You are not required to download MongoDB as we have it stored in mLab. Though, if you have no internet conexion, you can download it from here, and run it by means of:

>> bin/mongod —port 27017

(Notice that the port 27017 is the default one, and you could have problems if it is being used by any other application. If so, you can change it)

Maven

For starting the application from the command line using maven you can use the command:

>> mvn spring-boot:run

About

Web client application for the operators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 58.8%
  • HTML 25.6%
  • CSS 11.6%
  • Gherkin 2.5%
  • JavaScript 1.5%