Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 724 Bytes

Trending on the Bay

Search and decide what products might be worth flipping on eBay based on current and sold listings.

Setup

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/

License

Released under BSD 3-Clause.

Healthcheck

Build Status

Maintainability