Skip to content

Plant Maintenance Microservice for Rentit Application

Notifications You must be signed in to change notification settings

demonno/esi-maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rentit Maintenance Service

This Repository one part of whole system and handles parts related to maintenance of plants

Specification and requirements

API Endpoints

  • /api/maintenance
    • POST - plan corrective maintenance
  • /api/maintenance/plans
  • /api/maintenance/tasks

#Maven

Package without running tests

 package -Dmaven.test.skip=true

Docker Image

Build

 docker build -t demonno/rentit-maintenance .
 docker push demonno/rentit-maintenance

Image address: https://hub.docker.com/r/demonno/rentit-maintenance/

Pull Image

 docker pull demonno/rentit-maintenance