https://github.com/influxow/producttracker
https://github.com/influxow/producttracker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/influxow/producttracker
- Owner: InfluxOW
- Created: 2020-08-01T07:25:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T21:38:33.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:43:55.342Z (2 months ago)
- Language: PHP
- Size: 417 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://codecov.io/gh/InfluxOW/StockTrackerConsoleApp)# Product Tracker Console App
It allows you to track items from online shops (only BestBuy is included, but it's extendable).
It based on [Laracasts.com](https://laracasts.com/series/build-a-stock-tracker-app) course but hugely extended with a lot of commands.# Development Setup
1. Run `make setup` to install dependencies, generate .env file, create SQLite database, apply migrations and etc.
Add your BestBuy Api Key to `.env` file!
2. Run `make seed` to create BestBuy retailer with Nintendo Switch product to test tracking.
3. Run `make test` to execute tests.
4. run `php artisan | grep tracker` to view available commands.