Skip to content

This repository contains the creation of Command Line Interface using Python with MongoDB as database storage.

Notifications You must be signed in to change notification settings

virus02/Python-CLI-with-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Python-CLI-with-MongoDB

This repository contains the creation of Command Line Interface using Python with MongoDB as database for storage.

To start the project user has to start the services of MongoDB. Once the database is connected with the project then user can perform CRUD operations using terminal to give commands.

Shortcuts: "-i" - insert record "-s" - display record "-r" - remove perticular record "-dAll" - removes all the record

To run the program, please type in the terminal : python "filename.py" "shortcuts" "." To run the mongodb community in mac, please type in the terminal : "brew services start mongodb-community" and To stop "brew services stop mongodb-community"

Requirements as follow:

  1. Python 2.7.16
  2. MongoDB Community 4.22
  3. argparse package
  4. pymongo package

About

This repository contains the creation of Command Line Interface using Python with MongoDB as database storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages