Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 875 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 875 Bytes

Price scraper

Website presenting actual prices(API) and value of users assets (Btc,Xrp,Gold) created with Flask. App was created as a project in TechLeaders.eu program.

Table of contents

Technologies

  • Python version: 3.7

Setup

To install libraries:

pip install -r requirements.txt

To run app locally:

docker-compose up --build

After building 2 Dockerfiles app will be started.
For main app:

http://localhost:12345/

For prices of assets in json format:

http://localhost:23456/

"CORS" browser plugin recomended for proper prices displaying.

Contact

Created by Adam Misiak