An exercise to put to practice software development teamwork, subsystem communication, containers, deployment, and CI/CD pipelines. See instructions for details.
- Ensure that MongoDB is installed and running on your local machine.
- Python and
pymongo
should be installed in your Python environment.
-
Run the
db_setup.py
Script: Navigate to themongodb-database
directory and run thedb_setup.py
script. This script will create two collections (users
andfeedback
) in thecustomer_feedback_db
database and insert some initial data into these collections.cd mongodb-database python db_setup.py