Assetory is a system supporting IT assets inventory. This repository contains backend application implemented using Spring Boot and Elasticsearch.
- Elasticsearch 7.2.0
- ElasticSearch Head - Chrome extension that simplify browsing Elasticsearch state
- Start Elasticsearch
- Start Assetory using Gradle in project main directory
gradle runBy default application will run on port 5444.
- Swagger REST Api http://localhost:5444/swagger-ui.html#/
- Start ElasticSearch Head in Chrome and connect to port 9200.

Repository containing React application connected with this server can be found here
Repository containing application which sends computers' data to server can be found here