Skip to content

Warehouse software that offers products and their quantity based on inventory and maximum profit

Notifications You must be signed in to change notification settings

mjpakzad/warehouse

Repository files navigation

Warehouse

Warehouse is a web application that offers products and their quantity based on inventory and maximum profit.

Prerequisites

Install

  1. Clone the project using git clone https://github.com/mjpakzad/warehouse commend.
  2. Go to the folder application using cd command on your terminal or cmd (command line).
  3. Run composer install command on your terminal or cmd.
  4. Copy .env.example file to .env on the root folder. You do this by running copy .env.example .env command if using command prompt Windows or cp .env.example .env if using terminal, linux.
  5. Run php artisan key:generate command.
  6. Run php artisan serve command.
  7. Go to http://127.0.0.1:8000

About

Warehouse software that offers products and their quantity based on inventory and maximum profit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published