Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Setup #5

Open
Fennec2000GH opened this issue Sep 25, 2021 · 1 comment
Open

Database Setup #5

Fennec2000GH opened this issue Sep 25, 2021 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@Fennec2000GH
Copy link
Collaborator

Description

Connect to MongoDB with a Python API and test CRUD operations for a single document with a text field.

Objectives

  1. Study the fundamentals of a Python API for MongoDB. PyMongo is recommended.
  2. Successfully connect to a live session.
  3. Insert, read, update, and delete a single document with a text field to test functionality of database.
@Fennec2000GH Fennec2000GH added the good first issue Good for newcomers label Sep 25, 2021
@ShootGan
Copy link

I did it but I'm not sure if crud fuctions should return something if opperation is succesfull or only return error if something gone wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants