This is a simple messaging app built using flet-dev
This repository is built on Python 3.12. In best case, create a virtual environment with the following command.
python -m venv venv
Activate the environment and install the required packages using:
pip install -r requirements.txt
The API is built using flet-dev.
To start the messaging app, please run:
python -m scripts.main