This is a simple Flask application for querying data based on an inventory number.
-
Create a
config.jsonfile with your API configuration. -
Build the Docker container:
docker-compose build
-
Run the Docker container:
docker-compose up
Access the application at http://localhost:8885 in your web browser.
Edit the config.json file to include your API configuration and Telegram bot details.
If you have any questions or encounter issues, please feel free to open an issue in the repository.