Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boytur/wms-iot-cluster-2
https://se.buu.ac.th/cluster2
https://github.com/boytur/wms-iot-cluster-2
buu ossd se secamp wms
Last synced: about 2 months ago
JSON representation
https://se.buu.ac.th/cluster2
- Host: GitHub
- URL: https://github.com/boytur/wms-iot-cluster-2
- Owner: boytur
- Created: 2024-02-25T05:53:15.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T16:56:28.000Z (8 months ago)
- Last Synced: 2024-04-21T22:25:19.443Z (8 months ago)
- Topics: buu, ossd, se, secamp, wms
- Language: Blade
- Homepage:
- Size: 1.02 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WMS Cluster 2 feat TTT Brothor
```
git clone https://github.com/boytur/WMS-Iot-Cluster-2.git
``````
cd WMS-Iot-Cluster-2
``````
APP_NAME=Laravel
APP_ENV=dev
APP_KEY=
APP_DEBUG=true
APP_URL=localhost
ASSET_URL=localhostLOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debugDB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=wms-production
DB_USERNAME=root
DB_PASSWORD=```
```
composer install
``````
npm install
``````
php artisan serve
```#### Open in new terminal
```
npm run dev
``````
localhost::8000
``````
php artisan key:generate
``````
php artisan migrate
``````
php artisan db:seed
```