Dockerized application to get data from mfinante.ro about companies.
-
Install Docker.
-
Install Docker Compose.
-
Start a new container from image:
docker-compose up
-
Project is up and running at:
http://<host>:5000/find?cui=<cui>&year=<year>
-
Get raw data - params: cui, year
http://<host>:5000/find-raw?cui=<cui>&year=<year>
-
Get accounting data - params: cui, year
http://<host>:5000/find?cui=<cui>&year=<year>
-
Request:
- cui
- year
- url - url built from params
-
Response:
- success - boolean
- result - dict containing company data
- error - string containing error class if any error occured