Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Laravel Logo

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