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
- Host: GitHub
- URL: https://github.com/kmranrg/student_db_mongodb
- Owner: kmranrg
- License: bsd-3-clause
- Created: 2023-10-29T06:08:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:59:22.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:20:59.835Z (almost 2 years ago)
- Topics: flet, flet-dev, mongodb, pymongo, python
- Language: Python
- Homepage: https://youtu.be/hHmnsgyh5G0
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 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)