Skip to content

Application that provide all needed functionality for maintaining stores, stocks and other kinds of warehouses. Separate roles for different users based on level in one company/warehouse. Application contain WEB and API routes. This application provides almost all the necessary segments needed to organize and manipulate products, suppliers and e…

Notifications You must be signed in to change notification settings

MarkoIvkovicc/warehouse

Repository files navigation

Warehouse

Description

Warehouse is a web application built in Laravel that helps to keep track of the inventory of a real-time warehouse. It has complete CRUD over the data, a search engine with necessary filters, and an authentication layer.

Local Environment Setup

Dependencies:
  • Composer version 1.9.1
  • PHP 7.2.24
  • MySql
  • Laravel Homestead
  • Laravel 6.7.0
  • Vagrant 2.2.6
  • npm 6.13.4
Clone the repository from GitLab
git clone https://git.quantox.tech/nikola.milenkovic/warehouse
cd warehouse
Copy .env.example to .env and update necessary variables

.env file contains all configurable data that needs to be configured.

cp .env.example .env

Install dependencies

Before the application can be used, there are going to be some dependencies, which can be pulled in with composer command:

composer install

Run migrations

php artisan run migration

Run seeders

php artisan db:seed

Authors
  • Marko Ivkovic

Mentor: Nikola Milenkovic

Quantox 2019/2020

About

Application that provide all needed functionality for maintaining stores, stocks and other kinds of warehouses. Separate roles for different users based on level in one company/warehouse. Application contain WEB and API routes. This application provides almost all the necessary segments needed to organize and manipulate products, suppliers and e…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published