Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdidhammou/invento
Invento is a web inventory management and reporting application that offers forms and charts and graphs to improve inventory management. With very strong constraint rules
https://github.com/mehdidhammou/invento
filament laravel livewire tailwindcss
Last synced: 22 days ago
JSON representation
Invento is a web inventory management and reporting application that offers forms and charts and graphs to improve inventory management. With very strong constraint rules
- Host: GitHub
- URL: https://github.com/mehdidhammou/invento
- Owner: mehdidhammou
- Created: 2022-12-27T19:11:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T14:28:53.000Z (about 1 month ago)
- Last Synced: 2024-12-10T15:29:00.310Z (about 1 month ago)
- Topics: filament, laravel, livewire, tailwindcss
- Language: PHP
- Homepage:
- Size: 464 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Configuration:
Clone the repo :
```
git clone https://github.com/mehdidhammou/invento
```cd to the project :
```
cd invento
```install all dependencies :
```
composer install
npm install
```create a local .env file :
- Linux
```
cp .env.example .env
```- Windows
```
copy .env.example .env
```generate the app key :
```
php artisan key:generate
```Configure your database credentials in `.env` :
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=invento_db
DB_USERNAME=root
DB_PASSWORD=
```run the migrations :
```
php artisan migrate:fresh --seed
```## Utilisation
run the dev servers :
```
npm run dev
php artisan serve
```## Licence
This project is licenesed under MIT License.
## Authors
creators and maintainers
- [mehdidhammou](https://github.com/mehdidhammou)
- [walidksb](https://github.com/walidksb)