Python application written in Flask that generates fake personal information. Data used in the project was taken from dane.gov.pl
Use the package manager pip to install requirements.
pip install requirements.txtpython3 app.py GET /api/| Parameter | Type | Result |
|---|---|---|
none |
none |
fake data |
GET /api/${id}| Parameter | Type | Description |
|---|---|---|
quantity |
number |
returns fake data in the amount specified above |