https://github.com/frc5024/parts
Inventory management for Raider Robotics
https://github.com/frc5024/parts
h2-database parts-management tomcat webapp
Last synced: about 2 months ago
JSON representation
Inventory management for Raider Robotics
- Host: GitHub
- URL: https://github.com/frc5024/parts
- Owner: frc5024
- License: gpl-3.0
- Archived: true
- Created: 2020-01-18T21:20:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T23:40:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-20T22:32:29.560Z (3 months ago)
- Topics: h2-database, parts-management, tomcat, webapp
- Language: Java
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raider Robotics Parts Management
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.## Features
- Simple interface for team members
- Login system for mentors and team leads to modify items, and add new inventory
- Periodic backups
- A simple database stored in a folder that can be deployed to any computer, or shared over FTP
- Simple codebase## Screenshots
### Home / Search screen
### Add item screen
## Using
To install, clone this repo, and run:
```
./gradlew build
```To run, use:
```
./gradlew appRun
```The application will be served locally at [localhost:8080/parts](http://localhost:8080/parts). If this is the first run, you must set up an admin account at [localhost:8080/parts/setup](http://localhost:8080/parts/setup).
The database is stored in your *home* or *User* directory.