Skip to content

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

Notifications You must be signed in to change notification settings

randyaajr/firstMongoDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published