An open API service indexing awesome lists of open source software.

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

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
![Home Screen](images/5024-ims-home.png)

### Add item screen
![Item addition Screen](images/5024-ims-additem.png)

## 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.