Simple chemical inventory management
- Server - PHP 7.2.5
- Database - MySQL (tested), or any Eloquent ORM supported driver
- refer to Laravel docs for detailed requirements
- read Laravel docs how to deploy Laravel-based application
- Install backend dependencies
composer install- create new .env file
cp .env.example .env- generate app key
php artisan key:generate- run migration
php artisan migrate:fresh --seed- update .env with necessary configuration
- additional configuration files are in
configfolder - refer to Laravel docs for any further configuration
- Install frontend dependencies
npm install- Prepare locale files
npm run locales- Build frontend app
npm run prodChemLab is open-source software licensed under the MIT license.