Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathisburger/simpleinventory
An inventory application built with php and vue.js
https://github.com/mathisburger/simpleinventory
inventory material-design material-ui php symfony typescript vuejs
Last synced: 27 days ago
JSON representation
An inventory application built with php and vue.js
- Host: GitHub
- URL: https://github.com/mathisburger/simpleinventory
- Owner: MathisBurger
- License: mit
- Created: 2021-12-27T21:08:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T11:21:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T13:04:22.257Z (about 2 months ago)
- Topics: inventory, material-design, material-ui, php, symfony, typescript, vuejs
- Language: Vue
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SimpleInventory
n open source inventory system built with php and vue.js
# Project information
SimpleInventory is an open source inventory management application for the small scale. It can be used for managing small inventories of different instititions. I built this application, because I want to use it on my own purpose. Furthermore, I already built an inventory system about an year ago and I wanted to see, how big my progress in learing about professional software development has been forwarded.
# Updates
This project will only be updated if I feel free to do so, or I need some extra features by myself. But if you want to add a new feature on your own feel free to create a new pull request.
# Privacy
SimpleInventory is not really privacy orientated, because it is not built for the use on the public internet, but in local networks. The system supports user accounted with securely hashed passwords. But eventhough, I do recommend only to use this application in your local network.
# Setup
Setting up the project is quite easy. Just build a docker compose network and use the docker container of this project. But you need to load all fixtures by executing
```shell
php bin/console doctrine:fixtures:load --no-interaction
```