Inventory management for Raider Robotics
The 5024 Inventory Management System (IMS) is a small side-project designed by two team members to provide a simple tool for locating items in our team’s shop.
To install, clone this repo, and run:
./gradlew build
To run, use:
./gradlew appRun
The application will be served locally at localhost:8080/parts. If this is the first run, you must set up an admin account at localhost:8080/parts/setup.
The database is stored in your home or User directory.