Skip to content

milazi/myTinyWMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

continuous integration

MyTinyWMS - Open Source Warehouse Management System

MyTinyWMS is a free warehouse management system software. It helps small and medium-sized companies with inventory management and the organisation of purchasing.

Build on Laravel 6

Demo: click here
The demo will be reset every 24h.

Supported languages: english, german


Installation

The easiest way to install it right now is using docker and docker-compose:

  • copy docker-compose file: cp docker-compose.prod.yml docker-compose.yml
  • copy .env example file: cp .env.example .env
  • adjust .env file:
  • run docker-compose up -d
  • go to the admin section (gear symbol in the right top corner) and adjust the email settings

Development

  • run npm install husky true-case-path request npmlog
  • run husky install
  • run npx tailwind init
  • run set NODE_OPTIONS=--openssl-legacy-provider
  • run npm run production
  • run php artisan db:seed
  • run composer dump-autoload
  • run php artisan telescope:install
  • run composer install --ignore-platform-reqs
  • run composer update
  • run php artisan telescope:publish

Security

To report a security vulnerability, please email [email protected] instead of using the issue tracker.

About

A free open source warehouse management system

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 61.8%
  • Blade 23.4%
  • Vue 13.4%
  • Less 1.2%
  • Other 0.2%