Skip to content

XavierJCallait/Inventory-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory-tracker

This is a simple Java-based application that tracks an organization's products. Add different types of products and keep track of them along with different characteristics unique to each product.

Development and Use

Commands

This project uses maven for ease of dependency tracking and commands.

mvn validate

Validate the project is correct with all necessary information

mvn compile

Compiles the source code

mvn test

Runs the unit tests based on the testing framework available

mvn package

Creates a distributable format of the source code and runs tests

mvn verify

Runs all of the the above commands with the linter and formatter

mvn exec:java

Runs the compiled code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages