API for basic inventory of Devices and Services to calculate their total costs for a Remote Monitoring and Management (RMM) platform.
You will need to have installed on your machine the following:
- Java 17
- Maven 3.8.4 (or use the embedded one that comes with the project!)
Before running the project, you will need to build it. To do that, just type:
./mvnw clean install
With that out of the way, you can now run the application by typing:
java -jar ./target/rmmrestapi.jar
If you wish to test the endpoints, you can do so by using Postman. The link below will set you up to use the present endpoints in the application:
https://www.getpostman.com/collections/93040f51b2466a6363d7
For further reading about the project's documentation, please see the wiki.