Search and decide what products might be worth flipping on eBay based on current and sold listings.
Run the app locally with Docker:
docker build . -t trending_bay
docker run -d --name trending_app -p 3516:80 trending_bay
The web app should now be accessible via: http://0.0.0.0:3516/
Released under BSD 3-Clause.