randyaajr / firstMongoDb

Custom user interface built with Python for manipulating data from MongoDb server using CRUD operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Humongous With MongoDB

Activation

gitpod /workspace/firstMongoDb $ pip3 install dnspython
gitpod /workspace/firstMongoDb $ pip3 install pymongo

Usage

Database may only be accessed via the terminal:

gitpod /workspace/firstMongoDb $ python3 mongo_project.py

1. Add a record
2. Find a record by name
3. Edit a record
4. Delete a record
5. Exit

Error will occur when first activating app. The env.py file needs to be recreated with password and collection name to proceed.

About

Custom user interface built with Python for manipulating data from MongoDb server using CRUD operations.


Languages

Language:Python 59.7%Language:Dockerfile 21.2%Language:Shell 19.1%