← All paths
FreeBackend

MongoDB

Learn MongoDB the way Node and Express developers actually use it: model documents, query and aggregate real data, then build and secure a REST API backed by MongoDB Atlas.

Your progress0 / 8 videos

Sign in to save your progress across devices.

Learn what a document database is and run your first CRUD commands.

    • What a document database is
    • How MongoDB stores data as JSON-like documents
    • Where MongoDB fits next to full-text search and geospatial queries
    • Basic MongoDB shell commands
    • Inserting one document and many documents
    • Basic and complex query commands
    • Update and delete commands