To create Flet project:
flet create --project-name Student_DB --description "managing student data" --template minimal fletapp
To run the app:
flet run [app_directory]
To enable MongoDB in background (macOS):
brew services start mongodb-community@7.0
To disable MongoDB in background (macOS):
brew services stop mongodb-community@7.0