项目作者: randyaajr

项目描述 :
Custom user interface built with Python for manipulating data from MongoDb server using CRUD operations.
高级语言: Python
项目地址: git://github.com/randyaajr/firstMongoDb.git
创建时间: 2020-12-17T23:38:34Z
项目社区:https://github.com/randyaajr/firstMongoDb

开源协议:

下载


Go Humongous With MongoDB

Activation

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

Usage

Database may only be accessed via the terminal:

  1. gitpod /workspace/firstMongoDb $ python3 mongo_project.py
  2. 1. Add a record
  3. 2. Find a record by name
  4. 3. Edit a record
  5. 4. Delete a record
  6. 5. Exit

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