NullSquad / peer-2-pong

0 stars 0 forks source link

MongoDB #14

Open eralonso opened 6 days ago

eralonso commented 6 days ago

As a junior backend developer, I want to learn about database and MongoDB so that I can contribute more effectively to our project that use NoSQL databases.

Acceptance Criteria

  1. Understand the basics of databases and the differences between relational and non-relational databases.
  2. Learn the core concepts of MongoDB, including:
    • Documents and collections
    • BSON data format
    • Schema flexibility
  3. Set up a local MongoDB instance for practice and experimentation.
  4. Complete basic CRUD (Create, Read, Update, Delete) operations using MongoDB commands.
  5. Learn about MongoDB Atlas, the cloud-based database service.
  6. Practice integrating MongoDB with a simple application using a programming language of choice (e.g., JavaScript with Node.js). - (Pending to review)