Skip to content

itto-hiramoto/bricklink-price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run? (with sail)

Create .env

Copy the .env.example and set BRICKLINK_*.

Depends

  • Docker

Command to execute

$ docker run --rm -u "$(id -u):$(id -g)" -v $(pwd):/var/www/html -w /var/www/html laravelsail/php82-composer:latest composer install --ignore-platform-reqs
$ ./vendor/bin/sail up -d && ./vendor/bin/sail composer install && ./vendor/bin/sail npm i && ./vendor/bin/sail npm run dev

If this is your first run, migration is required.

$ ./vendor/bin/sail artisan migrate --seed

About

Tracking prices of items in Bricklink

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages