项目作者: frc5024

项目描述 :
Inventory management for Raider Robotics
高级语言: Java
项目地址: git://github.com/frc5024/parts.git
创建时间: 2020-01-18T21:20:32Z
项目社区:https://github.com/frc5024/parts

开源协议:GNU General Public License v3.0

下载


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

Home Screen

Add item screen

Item addition Screen

Using

To install, clone this repo, and run:

  1. ./gradlew build

To run, use:

  1. ./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.