Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 735 Bytes

Student_DB_MongoDB

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

App Screenshot

screenshot

Packages to Download