- Requirements file
- Python 3.10.13v (Anaconda)
- Mysql DB
- Install dependecies
$ cd mqtt-test
$ pip install -r requirements.txt
- Create a database and a table (Mysql)
- Change the .env file
- To launch the project, run the following commands:
$ cd mqtt-test/src
$ python init.py