Warehouse is a web application that offers products and their quantity based on inventory and maximum profit.
- Clone the project using
git clone https://github.com/mjpakzad/warehouse
commend. - Go to the folder application using
cd
command on your terminal or cmd (command line). - Run
composer install
command on your terminal or cmd. - Copy
.env.example
file to.env
on the root folder. You do this by runningcopy .env.example .env
command if using command prompt Windows orcp .env.example .env
if using terminal, linux. - Run
php artisan key:generate
command. - Run
php artisan serve
command. - Go to http://127.0.0.1:8000