Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vverardo/inventory-handler
inventory-handler
https://github.com/vverardo/inventory-handler
laravel livewire mysql php
Last synced: 22 days ago
JSON representation
inventory-handler
- Host: GitHub
- URL: https://github.com/vverardo/inventory-handler
- Owner: vverardO
- Created: 2022-09-09T03:26:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T16:16:36.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T15:55:29.988Z (25 days ago)
- Topics: laravel, livewire, mysql, php
- Language: JavaScript
- Homepage:
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instalação
No projeto **Inventory Handler** foram utilizados [Laravel](https://laravel.com/docs/9.x) v9+, [Livewire](https://laravel-livewire.com/) v2.x, o template [Symox](https://themesbrand.com/symox/) e [MySQL](https://www.mysql.com/).
O **objetivo principal** foi desenvolver uma plataforma de controle e lançamento de entradas e saídas de produtos, movimentações entre unidades e controle de estoque nas unidades.
Instale as dependencias e inicie o server.
```sh
git clone https://github.com/vverardO/inventory-handler.git
cd inventory-handler
composer install
php artisan key:generate
php artisan migrate --seed
php artisan serve
```## Leia
Abaixo algumas imagens referentes a aplicação, as interfaces estão bem intuitivas e creio que estão auto explicativas.
Caso queira visualizar antes de subir a aplicação local ou não possa subir, veja [este vídeo](https://www.youtube.com/watch?v=LZvS3o3_3Ik&ab_channel=ValentimVerardo) no youtube.