Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 471 Bytes

File metadata and controls

38 lines (23 loc) · 471 Bytes

FX Data Generator / Component Supplier Data Source

Installation

Requirements

  • Python 3.10.11
  • pip

Install required packages:

pip install -r req.txt

Run application with FastAPI

FastAPI:

uvicorn app.datagenerator:app --host 0.0.0.0 --port 80

Build Docker Container

Build Docker-Image:

docker build -t fx_data_generator .

Run the Docker-Container:

docker run -d -p 80:80 fx_data_generator