https://github.com/mareksuchanek/inventory
Web application for managing own inventory of various things
https://github.com/mareksuchanek/inventory
barcodes crud-application inventory management-system play-framework scala
Last synced: about 1 month ago
JSON representation
Web application for managing own inventory of various things
- Host: GitHub
- URL: https://github.com/mareksuchanek/inventory
- Owner: MarekSuchanek
- License: mit
- Created: 2017-05-11T18:13:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T08:29:48.000Z (about 9 years ago)
- Last Synced: 2025-12-25T18:59:09.109Z (6 months ago)
- Topics: barcodes, crud-application, inventory, management-system, play-framework, scala
- Language: HTML
- Homepage:
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory
[](LICENSE)
[](https://travis-ci.org/MarekSuchanek/Inventory)
Web application (Scala-based, Play framework) for managing own inventory of various things.
## Introduction
It should be simple and flexible enough to allow capturing all needed relations within your personal
or commercial inventory. It specializes in capturing **part-whole** relations in many levels by using:
- atomic thing
- composite thing (parts has some functional purpose)
- container (all parts has same purpose -> being contained)
## Usage
Use [sbt](http://www.scala-sbt.org) tool!
```bash
sbt run
```
## License
This project is licensed under the MIT license - see the [LICENSE](LICENSE) file for more details.