Skip to content

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

Notifications You must be signed in to change notification settings

mehdidhammou/invento

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages