An open API service indexing awesome lists of open source software.

https://github.com/kmranrg/student_db_mongodb

a platform to manage student data
https://github.com/kmranrg/student_db_mongodb

flet flet-dev mongodb pymongo python

Last synced: 11 months ago
JSON representation

a platform to manage student data

Awesome Lists containing this project

README

          

# Student_DB_MongoDB

To create Flet project:

```bash
flet create --project-name Student_DB --description "managing student data" --template minimal fletapp
```

To run the app:

```bash
flet run [app_directory]
```

To enable MongoDB in background (macOS):

```bash
brew services start mongodb-community@7.0
```

To disable MongoDB in background (macOS):

```bash
brew services stop mongodb-community@7.0
```

### App Screenshot

![screenshot](https://github.com/kmranrg/Student_DB_MongoDB/blob/main/screenshots/ss01.png)

### Packages to Download
+ [Download MongoDB Community Edition](https://www.mongodb.com/docs/manual/administration/install-community/)
+ [Download MongoDB Compass](https://www.mongodb.com/try/download/compass)